Updated the ISA so the program will correctly see things like 'load', 'inc' and 'dec'.
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ typedef enum {
|
||||
} Registers;
|
||||
|
||||
typedef enum {
|
||||
COPY, ADD, SUB, JZ, INT, YLD, RET,
|
||||
CMP, NOP, JMP, CALL, IN, OUT,
|
||||
ADD, SUB, JZ, INT, YLD, RET,
|
||||
CMP, NOP, JMP, CALL, LOAD, JE, INC, DEC, LOADB
|
||||
} Mnemonic;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user