From de21cc3a7eee48ccdd9776823efe0097cf9381d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Thu, 1 Aug 2024 23:23:59 +0200 Subject: [PATCH] Fixed: AS3 PCode - pushbyte operand docs - signed byte --- CHANGELOG.md | 1 + .../jpexs/decompiler/flash/locales/docs/pcode/AS3.properties | 4 ++++ 2 files changed, 5 insertions(+) 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