diff options
Diffstat (limited to 'asm/lexer.h')
-rw-r--r-- | asm/lexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h index e8897b6..6b17b04 100644 --- a/asm/lexer.h +++ b/asm/lexer.h @@ -27,6 +27,7 @@ typedef enum TokenType TOKEN_MOV, TOKEN_DUP, TOKEN_MALLOC, + TOKEN_MALLOC_STACK, TOKEN_MSET, TOKEN_MSET_STACK, TOKEN_MGET, @@ -43,6 +44,7 @@ typedef enum TokenType TOKEN_GT, TOKEN_GTE, TOKEN_PLUS, + TOKEN_SUB, TOKEN_MULT, TOKEN_PRINT, TOKEN_JUMP, |