mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 21:33:30 +00:00
Fix eor bug
This commit is contained in:
parent
50192fc65e
commit
6c2d578c61
@ -98,7 +98,7 @@ READ:
|
||||
sta VIA2::PRB
|
||||
; then read
|
||||
lda VIA2::PRB
|
||||
eor #%10011111
|
||||
eor #%01011111
|
||||
|
||||
rts
|
||||
right:
|
||||
@ -109,6 +109,6 @@ right:
|
||||
|
||||
; then read
|
||||
lda VIA2::PRB
|
||||
eor #%01011111
|
||||
eor #%10011111
|
||||
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user