typo in comment
This commit is contained in:
parent
c9bb1483ac
commit
faf6266cde
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue