Improved version of LoadSeg for stacksizes
Source position: amigados.pas line 1683
function NewLoadSeg( |
const file_: pCHAR; |
const tags: pTagItem |
):LongInt; |
const file_: string; |
const tags: pTagItem |
):LongInt; |
file_ |
|
Filename of file to load |
tags |
|
Pointer to tagitem array |
Seglist loaded, or nil
file_ |
|
Filename of file to load |
tags |
|
Pointer to tagitem array |
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() |