Updated the parser to be able to handle the changes made to the ISA.
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@ typedef enum {
|
||||
typedef enum {
|
||||
DB,
|
||||
Include,
|
||||
Byte,
|
||||
Load,
|
||||
Store
|
||||
Byte
|
||||
// Load,
|
||||
// Store
|
||||
} Directive;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user