Build a quick draft of how the symbol value should be computed.

This commit is contained in:
2023-08-25 01:27:22 -05:00
parent 82b2136a69
commit 9e178ca3da
3 changed files with 48 additions and 20 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ typedef struct __token {
Registers Register;
Mnemonic Mnemonic;
Directive Directive;
int Number;
unsigned short Number;
} Value;
struct __token* Prev;