mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
Fix eor bug
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user