diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/instr.h b/inc/instr.h index 7fbb42b..d17613d 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -45,6 +45,13 @@ enum Mnemonic { NOP, }; +enum Type { + R, + I, + J, + INV +}; + namespace instr { // clang-format off |