Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optimized HuCC code macros for "+=", "-=", "&=", "^=" and "|=" no…
…w that the rescheduler has made them easily detectable in the peephole window. Add extra optimizations of "+=" and "-=" with a constant, so that the generated code looks pretty-much like an asm programmer would write.
- Loading branch information