Fixed: AS3 PCode - pushbyte operand docs - signed byte

This commit is contained in:
Jindra Petřík
2024-08-01 23:23:59 +02:00
parent 9683dc6a6f
commit de21cc3a7e
2 changed files with 5 additions and 0 deletions

View File

@@ -175,6 +175,10 @@ operandType.U30 = U30
operandType.U30.name = U30
operandType.U30.uiName = uint
operandType.S8 = U30
operandType.S8.name = S8
operandType.S8.uiName = sbyte
#----------------------- Instructions
instruction.bkpt.shortDescription = Breakpoint