From 9768287b861ad9c6a252facd26fbfab30f73ee9b Mon Sep 17 00:00:00 2001 From: hugova Date: Sun, 30 Mar 2025 16:16:47 +0200 Subject: [PATCH] Change macro here --- wip-hugo/routines/memory/memcpy.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wip-hugo/routines/memory/memcpy.s b/wip-hugo/routines/memory/memcpy.s index 8dc4749..45d6aee 100644 --- a/wip-hugo/routines/memory/memcpy.s +++ b/wip-hugo/routines/memory/memcpy.s @@ -18,9 +18,7 @@ LDA #$00 STA >B_start loop: - ;Lag_16 >B_end, B_start, B_end, B_end, B_start stop the loop + Lag_16 >B_end, B_start), Y STA (>A_start), Y ;Tip save time by counting downward, fast to check if Y ==0 // hugo