Port some RELs to PAL (#465)
This commit is contained in:
parent
d0a5c85d3e
commit
ae81b60c47
11 changed files with 349 additions and 197 deletions
|
|
@ -5,3 +5,17 @@ Sections:
|
|||
.rodata type:rodata align:8
|
||||
.data type:data align:8
|
||||
.bss type:bss align:8
|
||||
|
||||
REL/executor.c:
|
||||
.text start:0x00000000 end:0x000000A0
|
||||
|
||||
REL/instDll/main.c:
|
||||
.text start:0x000000A0 end:0x00005EA4
|
||||
.rodata start:0x00000000 end:0x00000208
|
||||
.data start:0x00000000 end:0x00000150
|
||||
.bss start:0x00000000 end:0x00000064
|
||||
|
||||
REL/instDll/font.c:
|
||||
.text start:0x00005EA4 end:0x0000629C
|
||||
.rodata start:0x00000208 end:0x00000210
|
||||
.data start:0x00000150 end:0x00000610
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
_prolog = .text:0x00000000; // type:function size:0x54 scope:global
|
||||
_epilog = .text:0x00000054; // type:function size:0x4C scope:global
|
||||
fn_1_A0 = .text:0x000000A0; // type:function size:0x8F4
|
||||
ObjectSetup = .text:0x000000A0; // type:function size:0x8F4
|
||||
fn_1_994 = .text:0x00000994; // type:function size:0xE50
|
||||
fn_1_17E4 = .text:0x000017E4; // type:function size:0xA28
|
||||
fn_1_220C = .text:0x0000220C; // type:function size:0x5F8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue