diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inc/instr.h b/inc/instr.h index 0c49a79..5a8ff4a 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -37,8 +37,10 @@ enum Mnemonic { DIVV, CMP, CEV, + SRDL, + SRDS, + ROTV, LOAD, - LOADV, ADDI, SUBI, SFTRI, @@ -47,7 +49,6 @@ enum Mnemonic { ORI, XORI, STORE, - STOREV, JMP, JRL, JAL, @@ -64,7 +65,7 @@ enum Mnemonic { enum FieldType { SI_INT, R_VECT, - I_VECT, + S_VECT, }; namespace instr |