CRO0: Difference between revisions

Import Module Table entry: The order of "Offset" vs "Count" was swapped... at least for this `.crs` file I'm reading.
Kynex7510 (talk | contribs)
m Segment type
 
Line 248: Line 248:
| 0x8
| 0x8
| 0x4
| 0x4
| Segment id (0 = .text, 1 = .rodata, 2 = .data, 3 = .bss)
| Segment type: 0 = executable (.text), 1 = read only (.rodata), 2 = read/write (.data), 3 = zero-initialized (.bss)
|}
|}
RO expects only one of executable, read/write and zero-initialized segments, but there's no limit on read only segments.


== Named Export Table entry ==
== Named Export Table entry ==