[][src]Module pmw1::exe

Code for dealing with full PMW1 EXE files, apart from the DOS stub at the beginning.

A PMW1 EXE is made up of objects, and information about how to load and execute them.

Structs

Pmw1Exe

A struct representing a PMW1 executable, excluding the DOS stub but including all the objects and metadata.