1
0
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:
Wayne Parham 2021-06-12 06:28:53 -05:00
parent c9bb1483ac
commit faf6266cde

View File

@ -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