Added more instructions for the parser to emit and refactored the code in doing so.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include <string.h>
|
||||
#include "token.h"
|
||||
|
||||
#define OPCODECOUNT 11
|
||||
#define OPCODECOUNT 12
|
||||
#define REGISTERCOUNT 8
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user