Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change HuCC's comparisons to set the C flag for true instead of setti…
…ng A and the Z flag. This makes most of the common comparison operations a little quicker with the cost that the rare boolean conversion step is slower and larger when it isn't removed by the peephole optimizer. The most common boolean is "var = !var", and this can be optimized separately in the future.
- Loading branch information