From 98ef4eaef0967d620c3dae5e2184be532ec82d5c Mon Sep 17 00:00:00 2001 From: hugova Date: Thu, 15 May 2025 17:14:24 +0200 Subject: [PATCH] remove unused instruction --- wip-hugo/routines/memory/memset.s | 2 -- 1 file changed, 2 deletions(-) diff --git a/wip-hugo/routines/memory/memset.s b/wip-hugo/routines/memory/memset.s index 197bb02..03706e7 100755 --- a/wip-hugo/routines/memory/memset.s +++ b/wip-hugo/routines/memory/memset.s @@ -18,9 +18,7 @@ change_length: JMP loop_end y_overflow: LDY #$00 - INC B_start + 1 INC A_start + 1 - jmp change_length loop_end: RTS