mirror of
https://github.com/ksherlock/hystricomorph.git
synced 2025-02-21 01:29:16 +00:00
only ora #$20 IF the target character is lowercase. order the comparisons so accumulator can be successively modified. worst case, 2 loads are needed per word "##" -> load, no ora "A#" -> ora $0020 "#A" -> reload, ora #$2000 "AA" -> ora $#2020
Description
Languages
Python
100%