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

@@ -79,6 +79,7 @@ All notable changes to this project will be documented in this file.
- [#2237] AS3 direct editation - usages of import colliding with toplevel
classes must be fully qualified
- [#2234] AS1/2 postincrement/decrement inside DefineFunction2
- AS3 PCode - pushbyte operand docs - signed byte
### Changed
- [#2185] MochiCrypt no longer offered for auto decrypt, user needs to choose variant from "Use unpacker" menu

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