Updated the parser to be able to handle the changes made to the ISA.

This commit is contained in:
2023-06-18 00:50:18 -05:00
parent 403439def4
commit 0eaa5527ea
5 changed files with 139 additions and 152 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ typedef enum {
typedef enum {
DB,
Include,
Byte,
Load,
Store
Byte
// Load,
// Store
} Directive;
typedef enum {