From 937c52734463d13bb768a992fd2eb795b299ec25 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 28 Dec 2019 14:30:45 -0500 Subject: [PATCH] fix internal macro expansion I'm not sure why that line was commented out, but y has an undefined value at this point so it will read a random offset into the line. --- src/asm/asm.cond.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/asm.cond.s b/src/asm/asm.cond.s index b3294da..3a25f02 100644 --- a/src/asm/asm.cond.s +++ b/src/asm/asm.cond.s @@ -1933,7 +1933,7 @@ expandint php sta printptr+2 sep $30 -* ldy #$00 + ldy #$00 lda [fileptr] tax