diff options
Diffstat (limited to 'src/inst.h')
-rw-r--r-- | src/inst.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ typedef enum OP_EQ_HWORD, OP_EQ_WORD, + // Should not be an opcode + NUMBER_OF_OPCODES, OP_HALT = 0b11111111, // top of the byte is a HALT } opcode_t; |