mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 02:17:07 +00:00
typo in comment
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user