From cf513e685ecfab5acfc5cf3ea0b9e67370915da8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 18 Jan 2016 14:28:59 -0500 Subject: fix big_negate, allow lowercase z in firm name, tighten up bigfloat.s --- timed_getch.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timed_getch.s') diff --git a/timed_getch.s b/timed_getch.s index 5dea09c..f52f50c 100644 --- a/timed_getch.s +++ b/timed_getch.s @@ -67,7 +67,7 @@ notnull: notcontrol: cmp #$7c ; | (pipe, vertical bar) allowed as-is. beq ok - cmp #$7a ; rest of range $7b - $7f is unmappable. + cmp #$7b ; rest of range $7b - $7f is unmappable. bcc ok ; (remember, $7e, backspace, was handled above) lda #$20 ok: -- cgit v1.2.3