]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_call-callcc.v
Move macro defines out to files
[fpgaboy.git] / core / insn_call-callcc.v
index a446a3d07ac3cb61868c911759beebf0500120e5..85cea27897074ff5cd99943c8ce29cc1034d0da8 100644 (file)
@@ -1,3 +1,6 @@
+`define INSN_CALL              9'b011001101
+`define INSN_CALLCC            9'b0110xx100    // Not that call/cc.
+
 `ifdef EXECUTE
        `INSN_CALL,`INSN_CALLCC: begin
                case (cycle)
This page took 0.022611 seconds and 4 git commands to generate.