reduce 2 into 1 instruction in pixel_draw.s
This commit is contained in:
parent
65905fa7e7
commit
d34d25ce9f
2 changed files with 26 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue