65816 STRing COMpiler
Go to file
Kelvin Sherlock 07cad750c9 improved lowercase matching algorithm.
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
2019-08-09 18:52:20 -04:00
asm.py v2 2019-08-09 18:28:32 -04:00
string_compiler.py improved lowercase matching algorithm. 2019-08-09 18:52:20 -04:00