]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_two_byte.v
78cd7c70396d8f14228f737ee527a775f67372f6
[fpgaboy.git] / core / insn_two_byte.v
1 `ifdef EXECUTE
2         `INSN_TWO_BYTE: begin
3                 `EXEC_INC_PC    
4                 `EXEC_NEWCYCLE_TWOBYTE
5         end
6 `endif
7
8 `ifdef WRITEBACK
9         `INSN_TWO_BYTE: begin
10         end
11 `endif
This page took 0.015662 seconds and 2 git commands to generate.