Update to latest dtk-template
This commit is contained in:
parent
8593a2ee21
commit
9e9c1388e4
8 changed files with 549 additions and 387 deletions
|
|
@ -1,17 +1,17 @@
|
|||
Sections:
|
||||
.init type:code
|
||||
extab type:rodata
|
||||
extabindex type:rodata
|
||||
.text type:code
|
||||
.ctors type:rodata
|
||||
.dtors type:rodata
|
||||
.rodata type:rodata
|
||||
.data type:data
|
||||
.bss type:bss
|
||||
.sdata type:data
|
||||
.sbss type:bss
|
||||
.sdata2 type:rodata
|
||||
.sbss2 type:bss
|
||||
.init type:code align:4
|
||||
extab type:rodata align:32
|
||||
extabindex type:rodata align:32
|
||||
.text type:code align:8
|
||||
.ctors type:rodata align:32
|
||||
.dtors type:rodata align:32
|
||||
.rodata type:rodata align:32
|
||||
.data type:data align:32
|
||||
.bss type:bss align:32
|
||||
.sdata type:data align:4
|
||||
.sbss type:bss align:8
|
||||
.sdata2 type:rodata align:32
|
||||
.sbss2 type:bss align:16
|
||||
|
||||
game/main.c:
|
||||
.text start:0x800057C0 end:0x80005A5C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue