Another typo, causing bad desymbolication

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@56 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-22 02:06:33 +00:00
parent 1cbb8b2b0b
commit 8060ca4e44
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ RESET: CLD ; Clear decimal arithmetic mode.
STA KBDCR ; Enable interrupts, set CA1, CB1, for
STA DSPCR ; postitive edge sense/output mode.
NOTCR: CMP #$DF ; "<-"?
BEQ BACKSAPCE ; Yes.
BEQ BACKSPACE ; Yes.
CMP #$9B ; ESC?
BEQ ESCAPE ; Yes.
INY ; Advance text index.
@ -79,7 +79,7 @@ NEXTHEX: LDA IN,Y ; Get character for hex test.
BCC DIG ; Yes.
ADC #$88 ; Map letter "A"-"F" to $FA-FF.
CMP #$FA ; Hex letter?
BCC NOHEX ; No, character not hex.
BCC NOTHEX ; No, character not hex.
DIG: ASL A
ASL A ; Hex digit to MSD of A.
ASL A ;