mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
32 lines
632 B
Text
32 lines
632 B
Text
ILOADP_MODULE_INFO{
|
||
u16 flags <20><><EFBFBD>Ŀ <<3C><>Ŀ
|
||
u16 version <<3C><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
|
||
u32 addr
|
||
u32 sz_text
|
||
u32 sz_data
|
||
u32 sz_bss
|
||
u32 reserved1
|
||
u32 reserved2
|
||
u32 reserved3
|
||
u8* name
|
||
};
|
||
|
||
ILOADP_HDR{
|
||
u8 cmd
|
||
u8 action
|
||
u8 result
|
||
u8 stamp
|
||
u32 module_id
|
||
};
|
||
|
||
ILOADP_START(cmd==00)
|
||
------------------------------------------
|
||
ILOADP_HDR_START{
|
||
ILOADP_HDR hdr //+00
|
||
u8* modulename //+10 //asciiz
|
||
}; //=10+strlen(modulename)+1
|
||
action 0D(IOP_LOAD_IRX)
|
||
modulename host:E:\TEMP2\GCC\share\SIO2D.IRX
|
||
|
||
action 02(IOP_RUN)
|
||
modulename E:\TEMP2\GCC\share\SIO2D.IRX param
|