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.

#1214 Comparitors are Reversed!
Author:
C3Pex

Date created:
Type: other
Visibility: Everybody read only
Assigned to:
State: closed 

The screenshot says it all

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"
State: new→upgraded
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)
There is no issue as JPEXS said... this is the correct behavior.
So I close this ticket.
State: upgraded→closed