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:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "parser.h"
|
||||
|
||||
void Disassemble(unsigned char image[HIGHMEMORY]);
|
||||
//void Disassemble(unsigned char image[HIGHMEMORY]);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ typedef struct {
|
||||
Mnemonic Mnemonic;
|
||||
OpcodeParameter ParameterOneType;
|
||||
OpcodeParameter ParameterTwoType;
|
||||
int LineNumber;
|
||||
|
||||
union {
|
||||
int Constant;
|
||||
|
||||
Reference in New Issue
Block a user