Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 13 by
mar...@printone.co.uk: Expression not evaluating properly.
http://code.google.com/p/jitasm/issues/detail?id=13
If( eax < 0 );
Error:
Uses JumpCondition JCC_B (unsigned jmp)
Should be JCC_L (singed jmp)?
Looks like it's not actually implemented yet. However it is a problem for
those not verifying output and expect the right behavior.