| Offset |
Size |
Description |
| 00 |
word |
"MZ" - Link file .EXE signature |
| 02 |
word |
length of image mod 512 |
| 04 |
word |
size of file in 512 byte pages |
| 06 |
word |
number of relocation items following header |
| 08 |
word |
size of header in 16 byte paragraphs, used to locate the beginning of the load module |
| 0A |
word |
min # of paragraphs needed to run program |
| 0C |
word |
max # of paragraphs the program would like |
| 0E |
word |
offset in load module of stack segment (in paragraphs) |
| 10 |
word |
initial SP value to be loaded |
| 12 |
word |
negative checksum of pgm used while by EXEC loads pgm |
| 14 |
word |
program entry point, (initial IP value) |
| 16 |
word |
offset in load module of the code segment (in paragraphs) |
| 18 |
word |
offset in .EXE file of first relocation item |
| 1A |
word |
overlay number (0 for root program) |