Added a SymbolTable object (untested at the moment) and redefined the Symbol object. I think when a Symbol is made only the size of it should matter to the code that will assemble the final binary.

This commit is contained in:
2022-09-08 20:56:02 +00:00
parent 2518214585
commit 6d17dffcdf
3 changed files with 126 additions and 2 deletions
-2
View File
@@ -6,8 +6,6 @@
#include <errno.h>
#include <stdio.h>
#define REGISTEROFFSET 29
typedef enum {
PLUS,
MINUS,