Start on board/main.c
This commit is contained in:
parent
eea75a7068
commit
8c951b693c
16 changed files with 679 additions and 48 deletions
|
|
@ -1,7 +1,7 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardInit = .text:0x000000E0; // type:function size:0x4BC
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4BC
|
||||
BoardDestroy = .text:0x0000059C; // type:function size:0x194
|
||||
fn_1_730 = .text:0x00000730; // type:function size:0x44
|
||||
fn_1_774 = .text:0x00000774; // type:function size:0x4
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardInit = .text:0x000000E0; // type:function size:0x4F4
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x4F4
|
||||
BoardDestroy = .text:0x000005D4; // type:function size:0x158
|
||||
fn_1_72C = .text:0x0000072C; // type:function size:0x44
|
||||
fn_1_770 = .text:0x00000770; // type:function size:0x4
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardInit = .text:0x000000E0; // type:function size:0x660
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x660
|
||||
BoardDestroy = .text:0x00000740; // type:function size:0x144
|
||||
fn_1_884 = .text:0x00000884; // type:function size:0x6C
|
||||
fn_1_8F0 = .text:0x000008F0; // type:function size:0x20
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@ REL/w10Dll/host.c:
|
|||
|
||||
REL/w10Dll/scene.c:
|
||||
.text start:0x00000D2C end:0x0000176C
|
||||
.rodata start:0x00000048 end:0x00000050
|
||||
.rodata start:0x00000048 end:0x00000058
|
||||
|
||||
REL/w10Dll/tutorial.c:
|
||||
.text start:0x0000176C end:0x0000206C
|
||||
.rodata start:0x00000050 end:0x00000070
|
||||
.rodata start:0x00000058 end:0x00000070
|
||||
.data start:0x00000098 end:0x000002D4
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
InitBoard = .text:0x00000000; // type:function size:0x30 scope:local
|
||||
_prolog = .text:0x00000030; // type:function size:0x64 scope:global
|
||||
_epilog = .text:0x00000094; // type:function size:0x4C scope:global
|
||||
BoardInit = .text:0x000000E0; // type:function size:0x5F8
|
||||
BoardCreate = .text:0x000000E0; // type:function size:0x5F8
|
||||
BoardDestroy = .text:0x000006D8; // type:function size:0x1E8
|
||||
fn_1_8C0 = .text:0x000008C0; // type:function size:0x44
|
||||
fn_1_904 = .text:0x00000904; // type:function size:0x4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue