Added more instructions for the parser to emit and refactored the code in doing so.

This commit is contained in:
2022-08-28 15:37:56 -05:00
parent c2111e2b88
commit 0d3f8a460e
5 changed files with 141 additions and 74 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string.h>
#include "token.h"
#define OPCODECOUNT 11
#define OPCODECOUNT 12
#define REGISTERCOUNT 8
typedef struct {