]> git.sur5r.net Git - cc65/commitdiff
Use well-known location BLTU2 for "memmove()". 156/head
authorOliver Schmidt <ol.sc@web.de>
Sun, 26 Apr 2015 12:08:46 +0000 (14:08 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sun, 26 Apr 2015 12:09:21 +0000 (14:09 +0200)
libsrc/apple2/crt0.s

index 0f134202e5f7f439985724766bb2d0fd3e548e62..445039b1ec04a32c17ea49e7cdc0de36a4ef0d52 100644 (file)
@@ -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