From 577a0cb815651644498ab5d955531a5a87486b68 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 8 Apr 2026 09:53:10 -0400 Subject: SHFLOK stupidify in crt0.s --- src/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crt0.s b/src/crt0.s index 6cd66a6..399f391 100644 --- a/src/crt0.s +++ b/src/crt0.s @@ -46,7 +46,7 @@ start: ; Set the keyboard to upper-/lower-case mode. ldy #$ff sty CH ; remove keypress which might be in the input buffer - dey ; Set Y to 0 + iny ; Set Y to 0 sty SHFLOK ; Go directly to main(). No support for CLI arguments, no saving -- cgit v1.2.3