Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

struc LoadOverlay
 loStartSegment         dw ?    ; Segment address of overlay's memory
 loRelocationFactor     dw ?    ; Relocation factor
ends

;       ; loStartSegment
;       Segment address of the memory allocated for the overlay.
;       DOS loads the overlay into memory, starting at this address.
;
;       ; loRelocationFactor
;       00h if .COM. Usually = loStartSegment for .EXE

See Also: 4B03h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson