Removed initialization of the stack from none.lib
This commit is contained in:
parent
884dfcf3c1
commit
4759d3956e
1 changed files with 1 additions and 4 deletions
|
@ -9,9 +9,6 @@
|
|||
|
||||
.segment "STARTUP"
|
||||
|
||||
cld
|
||||
ldx #$FF
|
||||
txs
|
||||
lda #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||
ldx #<(__MAIN_START__ + __MAIN_SIZE__ + __STACKSIZE__)
|
||||
sta sp
|
||||
|
@ -22,4 +19,4 @@
|
|||
_exit: pha
|
||||
jsr donelib
|
||||
pla
|
||||
brk
|
||||
rts
|
||||
|
|
Loading…
Add table
Reference in a new issue