LOADOVERLAY STRUC
loStartSegment dw ? ;segment address of overlay's memory
loRelocationFactor dw ? ;relocation factor
LOADOVERLAY ENDS
The LOADOVERLAY structure contains information used to load overlays.
loStartSegment
Specifies the segment address of the memory allocated for the overlay. MS-DOS loads the overlay into memory, starting at this address.
loRelocationFactor
Specifies a relocation factor. For .EXE programs, this value is typically the same as the loStartSegment value. For .COM programs, it is zero.
Interrupt 21h Function 4B03h Load Overlay