]> Joshua Wise's Git repositories - fpgaboy.git/blame - core/insn_two_byte.v
Move macro defines out to files
[fpgaboy.git] / core / insn_two_byte.v
CommitLineData
e7fe9dc2
JW
1`define INSN_TWO_BYTE 9'b011001011 // prefix for two-byte opqodes
2
b057a5d6
JW
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.023331 seconds and 4 git commands to generate.