IP.BIN
Jump to navigation
Jump to search
Basic Overview
- Loaded and ran from Disc (GD-ROM, CD-ROM)
- Contains basic meta information for a disc
- Draws the Sega License Screen
- Possibly holds an image in MR Format
- Has space to run Code that is typically used in setting up the basic hardware then launching the binary on disc
General Header Information
Overview of Each piece of the IP.BIN listing file offset and memory location when loaded [1]
Offset | Load address | Contents |
---|---|---|
0x0000-00FF | 8C008000-8C0080FF | Meta information |
0x0100-02FF | 8C008100-8C0082FF | Table of contents |
0x0300-36FF | 8C008300-8C00B6FF | SEGA license screen code |
0x3700-37FF | 8C00B700-8C00B7FF | Area protection symbols |
0x3800-5FFF | 8C00B800-8C00DFFF | Bootstrap 1 |
0x6000-7FFF | 8C00E000-8C00FFFF | Bootstrap 2 (Not RequiredIP.BIN#Bootstrap) |
Execution Flow Overview
bleh
Deeper Look into User Code
Bootstrap
bloh [2]