Up ] Docs Home ]

Format of execution state structure

Back ] Next ]

Offset Size Description

00h

WORD

reserved (00h)

02h

WORD

type flags
bit 0 : program is an .EXE
bit 1 : program is an overlay

04h

DWORD

pointer to ASCIZ name of program file

08h

WORD

PSP segment of new program

0Ah

DWORD

starting CS:IP of new program

0Eh

DWORD

program size including PSP