Init work
This commit is contained in:
parent
a2bf42fa01
commit
3a46f91535
|
@ -32,8 +32,9 @@
|
|||
|
||||
.section code, noreorder
|
||||
.pubweak __program_root_section
|
||||
|
||||
|
||||
__program_root_section:
|
||||
wdm #0x80
|
||||
clc
|
||||
xce ; native 16-bit mode
|
||||
rep #0x38 ; 16-bit registers, no decimal mode
|
||||
|
@ -89,6 +90,8 @@ __call_heap_initialize:
|
|||
ldx ##.word2 (.sectionSize heap)
|
||||
lda ##.word0 (.sectionSize heap)
|
||||
jsl long:__heap_initialize
|
||||
|
||||
wdm #0x81
|
||||
|
||||
.section code, root, noreorder
|
||||
lda ##0 ; argc = 0
|
||||
|
|
Loading…
Reference in New Issue