]> Joshua Wise's Git repositories - fpgaboy.git/blame - core/insn_nop.v
Fix POP AF test (from blargg's CPU tests)
[fpgaboy.git] / core / insn_nop.v
CommitLineData
e7fe9dc2
JW
1`define INSN_NOP 9'b000000000
2
3ad960bd
JW
3`ifdef EXECUTE
4 `INSN_NOP: begin
5c33c5c0
JW
5 `EXEC_NEWCYCLE
6 `EXEC_INC_PC
3ad960bd
JW
7 end
8`endif
9
10`ifdef WRITEBACK
11 `INSN_NOP: begin end
12`endif
This page took 0.035323 seconds and 4 git commands to generate.