aboutsummaryrefslogtreecommitdiff
path: root/src/inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inst.h')
-rw-r--r--src/inst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inst.h b/src/inst.h
index 16374ee..61d7ede 100644
--- a/src/inst.h
+++ b/src/inst.h
@@ -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;