Started rethinking how this machine should behave. Updated and refactoring some things with a few new ideas.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ typedef enum {
|
||||
typedef enum {
|
||||
ADD, SUB, JZ, INT, YLD, RET,
|
||||
CMP, CMPI, NOP, JMP, CALL, LODW, LAA, LODWI, JE, INC, DEC, LOADB,
|
||||
STOB, STOW, JG, JL, AND, XOR, OR, NOT, SHR, SHL
|
||||
STOB, STOW, JG, JL, AND, XOR, OR, NOT, SHR, SHL, POP, PUSH
|
||||
} Mnemonic;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user