mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 02:15:52 +00:00
Fixed: AS3 PCode - pushbyte operand docs - signed byte
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user