From 08de848079f69f4eefbe5ffd82eba3e5770ff1bf Mon Sep 17 00:00:00 2001 From: Dave Plummer Date: Mon, 29 Jan 2024 20:28:20 -0800 Subject: [PATCH] Remove spaces from the end of lines --- samples/kim1/subs.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kim1/subs.asm b/samples/kim1/subs.asm index 649d45072..2fcba9139 100644 --- a/samples/kim1/subs.asm +++ b/samples/kim1/subs.asm @@ -276,7 +276,7 @@ _ClearScreen: sta (dest), y iny sta (dest), y - iny + iny bne :- inc dest_hi