diff --git a/src/inst.h b/src/inst.h index b071047..7e0d8b4 100644 --- a/src/inst.h +++ b/src/inst.h @@ -48,7 +48,7 @@ typedef struct { opcode_t opcode; data_t operand; - word reg; + byte reg; // At most 255 registers } inst_t; #define INST_BPUSH(BYTE) \