Next: Module framework, Previous: Module formats, Up: Module formats [Contents][Index]
In this section we use certain abbreviations to define the types of the data saved in the snapshot.
BYTE
8 bit integer.
WORD
16 bit integer. Saved with low-byte first, high-byte last.
DWORD
32 bit integer. Saved with low-word first, then high-word. Each word saved with its low-byte first.
ARRAY
Array of BYTE values. Length depends on the description.
The tables for the single modules state the type, name and description of the data saved in the modules. The data is saved in the order it is in the tables, so no offset is given.