]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_two_byte.v
IP
[fpgaboy.git] / core / insn_two_byte.v
1 `define INSN_TWO_BYTE           9'b011001011    // prefix for two-byte opqodes
2
3 `ifdef EXECUTE
4         `INSN_TWO_BYTE: begin
5                 `EXEC_INC_PC    
6                 `EXEC_NEWCYCLE_TWOBYTE
7         end
8 `endif
9
10 `ifdef WRITEBACK
11         `INSN_TWO_BYTE: begin
12         end
13 `endif
This page took 0.026801 seconds and 4 git commands to generate.