]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_alu8.v
Fix add sp, imm8 *sweatdrop*
[fpgaboy.git] / core / insn_alu8.v
index 2921b1858a3e9fdffe1b001557e3527a8e3886c4..1283a9cfbc5c00645c79c1bf65fa78dd3271216e 100644 (file)
@@ -1,3 +1,6 @@
+`define INSN_ALU8              9'b010xxxxxx    // 10 xxx yyy
+`define INSN_ALU8IMM           9'b011xxx110
+
 `ifdef EXECUTE
        `INSN_ALU8,`INSN_ALU8IMM: begin
                if ((opcode[7:6] == 2'b11) && (cycle == 0)) begin       // alu8imm
This page took 0.023506 seconds and 4 git commands to generate.