jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Changed LATEST from VARIABLE to VALUE #291

Closed burnsauce closed 3 years ago

burnsauce commented 3 years ago

Rationale: latest is almost always read, and mostly written to in ASM where there is no write overhead. Aligns with here being a value.

Saves 17 bytes of code space on the default build.