jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

optimize `CHAR_TO_LOWERCASE` #562

Closed ekipan closed 1 year ago

ekipan commented 1 year ago

Does only a single cmp instruction in the common case of characters less than 'A'.

ekipan commented 1 year ago

Whoops I meant to make this on my own fork to use the workflows there to build it. Sorry, converting to draft.

ekipan commented 1 year ago

Well, it seems to work.

jkotlinski commented 1 year ago

looks great!