Unload a seglist previously loaded by LoadSeg()
Source position: amigados.pas line 1706
procedure UnLoadSeg( |
seglist: LongInt |
); |
seglist |
|
Pointer to a segment identifier |
Unload a seglist loaded by LoadSeg(). seglist> may be zero. Overlaid segments will have all needed cleanup done, including closing files.
|
Scatterload a loadable file into memory |
|
|
Low-level load routine |