Line 56: |
Line 56: |
| | 0xC8 | | | 0xC8 |
| | 0x04 | | | 0x04 |
− | | unk2 offset | + | | Segment Table offset |
| |- | | |- |
| | 0xCC | | | 0xCC |
| | 0x04 | | | 0x04 |
− | | unk2 size | + | | Segment Table num (size = num*12) |
| |- | | |- |
| | 0xD0 | | | 0xD0 |
Line 165: |
Line 165: |
| | 0x04 | | | 0x04 |
| | unk9 num | | | unk9 num |
| + | |} |
| + | |
| + | Segment Table (12 bytes) |
| + | {| class="wikitable" border="1" |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 0x4 |
| + | | Segment offset |
| + | |- |
| + | | 0x4 |
| + | | 0x4 |
| + | | Segment size |
| + | |- |
| + | | 0x8 |
| + | | 0x4 |
| + | | Segment id (0, 1, 2..) |
| + | |} |
| + | |
| + | Segment offset (4 bytes) |
| + | |
| + | {| class="wikitable" border="1" |
| + | ! Bits |
| + | ! Description |
| + | |- |
| + | | 0-3 |
| + | | Segment index for table |
| + | |- |
| + | | 4-31 |
| + | | Segment offset |
| |} | | |} |
| | | |