]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - insn_nop.v
More files needed
[fpgaboy.git] / insn_nop.v
... / ...
CommitLineData
1`ifdef EXECUTE
2 `INSN_NOP: begin
3 `EXEC_NEWCYCLE
4 `EXEC_INC_PC
5 end
6`endif
7
8`ifdef WRITEBACK
9 `INSN_NOP: begin end
10`endif
This page took 0.022032 seconds and 4 git commands to generate.