Updated the parser to better handle parameters, sort of and including a string length assembly program to use as a test for the whole assembler.
This commit is contained in:
@@ -24,6 +24,7 @@ typedef struct {
|
||||
Mnemonic Mnemonic;
|
||||
OpcodeParameter ParameterOneType;
|
||||
OpcodeParameter ParameterTwoType;
|
||||
int LineNumber;
|
||||
|
||||
union {
|
||||
int Constant;
|
||||
|
||||
Reference in New Issue
Block a user