Move constructor code into the INIT segment. Note: Didn't change any

obsolete modules.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3407 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-02-26 09:38:46 +00:00
parent 8e95d036e3
commit 54240ffad3
3 changed files with 19 additions and 5 deletions

View File

@@ -161,6 +161,8 @@ L2: lda zpsave,x
; setup sp
.segment "INIT"
initsp:
lda APPMHI
sta sp
@@ -168,7 +170,7 @@ initsp:
sta sp+1
rts
.data
.data
zpsave: .res zpspace