From 0e519e1e58a3268d1192ee5748e3f2b6be421e8f Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 29 Feb 2024 17:16:47 -0600 Subject: [PATCH] Small optimizations in memset and memcpy. --- string.asm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/string.asm b/string.asm index d2c1147..46a568e 100644 --- a/string.asm +++ b/string.asm @@ -303,8 +303,8 @@ rtl equ 1 return address short M move 1 byte now lda [p2] sta [p1] - long M dec len + long M inc4 p1 inc4 p2 lb1 anop endif @@ -482,19 +482,19 @@ rtl equ 1 return address ph4