jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Optimized GREATER_THAN, LESS_THAN #417

Closed burnsauce closed 2 years ago

burnsauce commented 2 years ago

Code reduction and overall speed improvement, although < is now slower than >, the inverse of before.

jkotlinski commented 2 years ago

I had to revert this one, as tests were failing.

burnsauce commented 2 years ago

Oof, signed numbers. I could've sworn I ran include test :(