reduce 2 into 1 instruction in pixel_draw.s

This commit is contained in:
hugova 2025-05-12 02:06:26 +02:00
parent 65905fa7e7
commit d34d25ce9f
2 changed files with 26 additions and 26 deletions

View file

@ -37,8 +37,8 @@ calc_byte_to_paint:
LSR A
LSR A
;; We need to remove the last digit if its still there
LSR A
ASL A
;; same as LSR ASR
AND #%11111110
TAX
LDA big_y_offset, X