mirror of
https://github.com/cc65/cc65.git
synced 2025-07-08 13:23:57 +00:00
spaces
This commit is contained in:
@ -402,7 +402,6 @@ SETPIXEL:
|
|||||||
; Set the bit in the byte at VERA_DATA0
|
; Set the bit in the byte at VERA_DATA0
|
||||||
lda VERA::DATA0 ; Load the byte at memory address
|
lda VERA::DATA0 ; Load the byte at memory address
|
||||||
ora bitMasks1,X ; OR with the bit mask
|
ora bitMasks1,X ; OR with the bit mask
|
||||||
;lda 0
|
|
||||||
sta VERA::DATA0 ; Store back the modified byte
|
sta VERA::DATA0 ; Store back the modified byte
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user