Expanded the tokenizer to recognize some opcodes and registers.
This commit is contained in:
@@ -21,6 +21,8 @@ typedef enum {
|
||||
TK_Text,
|
||||
TK_Number,
|
||||
TK_Hex,
|
||||
TK_Opcode,
|
||||
TK_Register,
|
||||
TK_Invalid
|
||||
} TokenType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user