From 1748bb1ab60f5b9c1e7e6885a972121fdb66d64a Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 26 Apr 2015 14:08:46 +0200
Subject: [PATCH] Use well-known location BLTU2 for "memmove()".
---
libsrc/apple2/crt0.s | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libsrc/apple2/crt0.s b/libsrc/apple2/crt0.s
index 0f134202e..445039b1e 100644
--- a/libsrc/apple2/crt0.s
+++ b/libsrc/apple2/crt0.s
@@ -46,9 +46,9 @@
sta $94
sty $95
- ; Call into the Applesoft Block Transfer Utility -- which handles zero-
+ ; Call into Applesoft Block Transfer Up -- which handles zero-
; sized blocks well -- to move the content of the LC memory area.
- jsr $D396 ; BLTU + 3
+ jsr $D39A ; BLTU2
; Set the source start address.
lda #<__ZPSAVE_RUN__
@@ -68,9 +68,9 @@
sta $94
sty $95
- ; Call into the Applesoft Block Transfer Utility -- which handles moving
+ ; Call into Applesoft Block Transfer Up -- which handles moving
; overlapping blocks upwards well -- to move the INIT segment.
- jsr $D396 ; BLTU + 3
+ jsr $D39A ; BLTU2
; Delegate all further processing, to keep the STARTUP segment small.
jsr init
--
2.39.5