]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_two_byte.v
Move macro defines out to files
[fpgaboy.git] / core / insn_two_byte.v
index 78cd7c70396d8f14228f737ee527a775f67372f6..7a51cbc6f1908bbf5f692cdb8933824c5ff5e2eb 100644 (file)
@@ -1,3 +1,5 @@
+`define INSN_TWO_BYTE          9'b011001011    // prefix for two-byte opqodes
+
 `ifdef EXECUTE
        `INSN_TWO_BYTE: begin
                `EXEC_INC_PC    
This page took 0.023908 seconds and 4 git commands to generate.