Removed initialization of the stack from none.lib
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
|
|
||||||
.segment "STARTUP"
|
.segment "STARTUP"
|
||||||
|
|
||||||
cld
|
|
||||||
ldx #$FF
|
|
||||||
txs
|
|
||||||
lda #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
lda #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||||
ldx #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
ldx #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||||
sta sp
|
sta sp
|
||||||
@@ -22,4 +19,4 @@
|
|||||||
_exit: pha
|
_exit: pha
|
||||||
jsr donelib
|
jsr donelib
|
||||||
pla
|
pla
|
||||||
brk
|
rts
|
||||||
|
|||||||
Reference in New Issue
Block a user