aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.h')
-rw-r--r--asm/lexer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/lexer.h b/asm/lexer.h
index 2d747bc..687e1a6 100644
--- a/asm/lexer.h
+++ b/asm/lexer.h
@@ -48,7 +48,8 @@ typedef enum TokenType
TOKEN_SUB,
TOKEN_MULT,
TOKEN_PRINT,
- TOKEN_JUMP,
+ TOKEN_JUMP_ABS,
+ TOKEN_JUMP_STACK,
TOKEN_JUMP_IF,
TOKEN_SYMBOL,
} token_type_t;