diff options
Diffstat (limited to 'qtmips_machine/alu.h')
-rw-r--r-- | qtmips_machine/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_machine/alu.h b/qtmips_machine/alu.h index 2c311d2..4818bb1 100644 --- a/qtmips_machine/alu.h +++ b/qtmips_machine/alu.h @@ -14,6 +14,8 @@ enum AluOp : std::uint8_t { ALU_OP_SLLV, ALU_OP_SRLV = 6, ALU_OP_SRAV, + ALU_OP_MOVZ = 10, + ALU_OP_MOVN, ALU_OP_MFHI = 16, ALU_OP_MTHI, ALU_OP_MFLO, |