Improved version of LoadSeg for stacksizes
Source position: amigados.pas line 2329
function NewLoadSeg( |
const File_: PChar; |
const Tags: PTagItem |
):Pointer; |
File_ |
|
Filename of file to load |
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 |
|
|
Unloads a seglist loaded with InternalLoadSeg() |