From 8c94aa51c309277f97c2acfd45f6a663b90ae47d Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 6 Jun 2020 18:03:54 -0400 Subject: [PATCH] when an error is encountered in the first pass, print the line for better debugging. Previously, errors only printed the line on the second pass. --- src/asm/asm.1.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asm/asm.1.s b/src/asm/asm.1.s index 8283845..f4cb6f1 100644 --- a/src/asm/asm.1.s +++ b/src/asm/asm.1.s @@ -394,8 +394,8 @@ asm php lda 1,s jsr asmerror - lda passnum - beq :perrpla +* lda passnum +* beq :perrpla lda listflag pha