blob: 8043d6162d235be8cee04ddfbca8a145c0df4de8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.include "asm/macros.inc"
.section .data
.global SDK_AUTOLOAD_LIST
SDK_AUTOLOAD_LIST: ; 0x02107700
.word 0x01FF8000
.word 0x00000700
.word 0x00000000
.word 0x027e0000
.word 0x00000060
.word 0x00000020
.word 0x02400000
.word 0x00000000
.word 0x00000000
.global SDK_AUTOLOAD_LIST_END
SDK_AUTOLOAD_LIST_END:
|