mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Use well-known location BLTU2 for "memmove()".
This commit is contained in:
parent
3c1cd0d867
commit
1748bb1ab6
@ -46,9 +46,9 @@
|
|||||||
sta $94
|
sta $94
|
||||||
sty $95
|
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.
|
; sized blocks well -- to move the content of the LC memory area.
|
||||||
jsr $D396 ; BLTU + 3
|
jsr $D39A ; BLTU2
|
||||||
|
|
||||||
; Set the source start address.
|
; Set the source start address.
|
||||||
lda #<__ZPSAVE_RUN__
|
lda #<__ZPSAVE_RUN__
|
||||||
@ -68,9 +68,9 @@
|
|||||||
sta $94
|
sta $94
|
||||||
sty $95
|
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.
|
; 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.
|
; Delegate all further processing, to keep the STARTUP segment small.
|
||||||
jsr init
|
jsr init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user