If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#2355 AS1/2 Bitwise operands do not show as hex on simplify expressions on*
Author:
JPEXS

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

> What steps will reproduce the problem?
Write expression with bitwise & or | in ActionScript 1/2:
var a:int = 5;
var b:int = a | 0xFF00;
and turn on Settings / Simplify expressions.
> What is the expected output? What do you see instead?
It should print 0xFF00 because it is a bitwise operation, instead 65280 is printed
(decompiled).
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
21.1.1 nightly 2969, Windows 11
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
-