JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#1214 Comparitors are Reversed!
Author: user C3Pex
Date created:
Type: other
Visibility: Everybody read only
Assigned to:
State: closed Help

The screenshot says it all
admin
Yes, this os how of compilation works. push a push b iflt loc1 <code1> loc1: Means: if(a>=b) { <code1> } loc1: iflt means "jump to loc1 if lower than"
developer
State: new→upgraded
user
If this issue is resolved, Please close this ticket. If the issue isn't resolved , please give a better description of the problem. <= (iflt) => (ifht)
developer
There is no issue as JPEXS said... this is the correct behavior. So I close this ticket.
State: upgraded→closed