diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d45bf7b3..8b7bc82ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties index f4a4b5b86..1f0306544 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties @@ -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