update things
This commit is contained in:
parent
d1ac414c5e
commit
eac07282a6
5 changed files with 83 additions and 20 deletions
|
|
@ -66,11 +66,13 @@ vector_table:
|
|||
init:
|
||||
move.w #$2700,sr
|
||||
|
||||
; Copy DATA
|
||||
lea _DATA_START,a0
|
||||
lea _DATA_END,a1
|
||||
lea _DATA_LOAD,a2
|
||||
jsr copy
|
||||
|
||||
; Clear BSS
|
||||
lea _BSS_START,a0
|
||||
lea _BSS_END,a1
|
||||
jsr clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue