mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
typo in comment
This commit is contained in:
parent
c9bb1483ac
commit
faf6266cde
@ -30,7 +30,7 @@ begin: dec ptr2
|
||||
|
||||
getch: jsr INTCHR ; Get character using Monitor ROM call
|
||||
jsr OUTCHR ; Echo it
|
||||
and #$7F ; Clear hi bit
|
||||
and #$7F ; Clear top bit
|
||||
cmp #$07 ; Check for '\a'
|
||||
bne chkcr ; ...if BEL character
|
||||
jsr BEEP ; Make beep sound
|
||||
|
Loading…
x
Reference in New Issue
Block a user