instructions rename and uninitialized memory error fix
This commit is contained in:
@@ -7,8 +7,8 @@ typedef i32 (*InstructionImplFunc_t)(VM* vm);
|
||||
|
||||
typedef enum __attribute__((__packed__)) Opcode {
|
||||
Opcode_NOP,
|
||||
Opcode_PUSH,
|
||||
Opcode_MOV,
|
||||
Opcode_MOVC,
|
||||
Opcode_MOVR,
|
||||
Opcode_ADD,
|
||||
Opcode_SUB,
|
||||
Opcode_MUL,
|
||||
|
||||
Reference in New Issue
Block a user