LOADOVERLAY

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.

Fields

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.

See Also

Interrupt 21h Function 4B03h Load Overlay