CRO0: Difference between revisions
m i just removed the file extension description to the top of the page, i linked this page as a reference in the discord and this information seemed *much* better suited at the top so it is not drowned out - specifically signed up to make this change, hopefully it is well-received |
Link to the definition for segment offsets |
||
Line 54: | Line 54: | ||
| 0xA0 | | 0xA0 | ||
| 0x04 | | 0x04 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] that is always the same as export symbol "nnroControlObject_". 0xFFFFFFFF in CRS | ||
|- | |- | ||
| 0xA4 | | 0xA4 | ||
| 0x04 | | 0x04 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for "OnLoad" function, which will be called when the module is initialized. Set to 0xFFFFFFFF if not exists. | ||
|- | |- | ||
| 0xA8 | | 0xA8 | ||
| 0x04 | | 0x04 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for "OnExit" function, which will be called when the module is finalized. Set to 0xFFFFFFFF if not exists. | ||
|- | |- | ||
| 0xAC | | 0xAC | ||
| 0x04 | | 0x04 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for "OnUnresolved" function, which will be called when an unresolved function is called. Set to 0xFFFFFFFF if not exists. | ||
|- | |- | ||
| 0xB0 | | 0xB0 | ||
Line 205: | Line 205: | ||
|} | |} | ||
Segment offset (4 bytes) | ==Segment offset (4 bytes)== | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 249: | Line 249: | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for export | ||
|} | |} | ||
Line 260: | Line 260: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for export | ||
|} | |} | ||
Line 301: | Line 301: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] of the export symbol | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
Line 343: | Line 343: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | [[Segment offset (4 bytes)|Segment offset]] for output. | ||
|- | |- | ||
| 0x4 | | 0x4 |