diff --git a/src/inst.h b/src/inst.h index da58434..e5c6146 100644 --- a/src/inst.h +++ b/src/inst.h @@ -24,8 +24,8 @@ typedef enum // 0b0001 OP_PUSH_BYTE = 0b00000001, - OP_PUSH_WORD = 0b00000101, - OP_PUSH_FLOAT = 0b00001001, + OP_PUSH_WORD = 0b00000011, + OP_PUSH_FLOAT = 0b00000101, // 0b0010 OP_PUSH_BYTE_REGISTER = 0b00000010, OP_PUSH_WORD_REGISTER = 0b00000110,