[][src]Module pmw1::object

Code for dealing with compressed and uncompressed objects in PMW1 EXE files.

Each object contains code and data, and some basic directions for mapping it into memory. It also has associated relocation blocks, to handle relocating data into the memory space of other objects.

Structs

Pmw1Object

A struct representing an object in a PMW1 executable, and containing its associated relocation blocks.