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, 3 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h
index 687e1a6..cdddb6a 100644
--- a/asm/lexer.h
+++ b/asm/lexer.h
@@ -51,6 +51,9 @@ typedef enum TokenType
TOKEN_JUMP_ABS,
TOKEN_JUMP_STACK,
TOKEN_JUMP_IF,
+ TOKEN_CALL,
+ TOKEN_CALL_STACK,
+ TOKEN_RET,
TOKEN_SYMBOL,
} token_type_t;