test #2674
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
; Save the zero-page locations that we need.
|
||||
init: ldx #zpspace-1
|
||||
: lda sp,x
|
||||
: lda c_sp,x
|
||||
sta zpsave,x
|
||||
dex
|
||||
bpl :-
|
||||
@@ -82,8 +82,8 @@ basic: lda HIMEM
|
||||
ldx HIMEM+1
|
||||
|
||||
; Set up the C stack.
|
||||
: sta sp
|
||||
stx sp+1
|
||||
: sta c_sp
|
||||
stx c_sp+1
|
||||
|
||||
; ProDOS TechRefMan, chapter 5.3.5:
|
||||
; "Your system program should place in the RESET vector the
|
||||
|
||||
Reference in New Issue
Block a user