Improved version of LoadSeg for stacksizes
Source position: amigados.pas line 2143
function NewLoadSeg( |
file1: PChar; |
tags: Pointer |
):LongInt; |
tags |
|
Pointer to tagitem array |
Seglist loaded, or nil
Does a LoadSeg on a file, and takes additional actions based on the tags supplied.
Clears unused portions of Code and Data hunks (as well as BSS hunks). (This also applies to InternalLoadSeg() and LoadSeg()).
|
Scatterload a loadable file into memory |
|
|
Unload a seglist previously loaded by LoadSeg() |
|
|
Low-level load routine |