Unload a seglist previously loaded by LoadSeg()
Source position: amigados.pas line 2451
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 |