jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

max S" string length 255 bytes #465

Closed jkotlinski closed 2 years ago

jkotlinski commented 2 years ago

Make LITS use a byte for string length, thus reducing maximum string length to 255 bytes. Closes #463

Good: Saves one byte per string definition. Allows reuse of COUNT. Makes behavior more consistent. Bad: Breaking change. Broke MML examples.