This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
base:quicksort_16-bit_elements [2016-08-19 09:44] litwr2 |
base:quicksort_16-bit_elements [2016-08-30 22:28] (current) litwr2 a fix for an array address >= $8000 |
||
---|---|---|---|
Line 61: | Line 61: | ||
tya | tya | ||
adc i2hi | adc i2hi | ||
- | lsr | + | ror |
sta zp1hi | sta zp1hi | ||
ror zp1lo | ror zp1lo | ||
Line 277: | Line 277: | ||
tya | tya | ||
adc i2hi | adc i2hi | ||
- | lsr | + | ror |
sta zp1hi | sta zp1hi | ||
ror zp1lo | ror zp1lo |