Updated the Parser to try and give 'AddressParameter's more meaning depending on the SymbolType.
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ typedef enum {
|
||||
NoParameter,
|
||||
ConstantParameter,
|
||||
AddressParameter,
|
||||
RegisterParameter
|
||||
RegisterParameter,
|
||||
UnresolvedParameter
|
||||
} OpcodeParameter;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user