[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

NewLoadSeg

Improved version of LoadSeg for stacksizes

Declaration

Source position: amigados.pas line 2373

function NewLoadSeg(

  const File_: STRPTR;

  const Tags: PTagItem

):BPTR;

Arguments

File_

  

Filename of file to load

Tags

  

Pointer to tagitem array

Function result

Seglist loaded, or nil

Description

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()).

See also

LoadSeg

  

Scatterload a loadable file into memory

UnLoadSeg

  

Unload a seglist previously loaded by LoadSeg()

InternalLoadSeg

  

Low-level load routine

InternalUnLoadSeg

  

Unloads a seglist loaded with InternalLoadSeg()


Documentation generated on: 2017-01-10