Updated the Parser to try and give 'AddressParameter's more meaning depending on the SymbolType.

This commit is contained in:
2022-10-08 18:21:11 -05:00
parent 48a77950be
commit fd44e03b1b
4 changed files with 48 additions and 8 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ typedef enum {
NoParameter,
ConstantParameter,
AddressParameter,
RegisterParameter
RegisterParameter,
UnresolvedParameter
} OpcodeParameter;
typedef struct {