diff --git a/apple1/wozmon.s b/apple1/wozmon.s index 531ac93..6a80f35 100644 --- a/apple1/wozmon.s +++ b/apple1/wozmon.s @@ -63,7 +63,7 @@ BLSKIP: INY ; Advance text index. NEXTITEM: LDA IN,Y ; Get character. CMP #$8D ; CR? BEQ GETLINE ; Yes, done this line. - CMP #$A3 ; "."? + CMP #$AE ; "."? BCC BLSKIP ; Skip delimiter. BEQ SETMODE ; Set BLOCK XAM mode. CMP #$BA ; ":"?