diff --git a/hbbytecode/instructions.in b/hbbytecode/instructions.in index 0c3c772..1ce0ba9 100644 --- a/hbbytecode/instructions.in +++ b/hbbytecode/instructions.in @@ -114,7 +114,7 @@ 0x71, FTI64, RRB, "Float 64 to int" ; 0x72, FC32T64, RR, "Float 64 to Float 32" ; 0x73, FC64T32, RRB, "Float 32 to Float 64" ; -0x74, LRA16, RRO, "Load relative immediate (16 bit)" ; +0x74, LRA16, RRP, "Load relative immediate (16 bit)" ; 0x75, LDR16, RRPH, "Load from relative address (16 bit)" ; 0x76, STR16, RRPH, "Store to relative address (16 bit)" ; 0x77, JMP16, P, "Relative jump (16 bit)" ;