•  Back 
  •  Pure C Help 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Documentation
Author      : John Kormylo
Version     : PC.HYP 1.1
Subject     : Documentation/Pure C
Nodes       : 193
Index Size  : 5414
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Linker ]

... combines the text, data and BSS segments from several object files
and resolves all global name references.  It reserves space in the BSS
segment for the stack and defines global name _StkSize (which IS the
stack size, not the address of a variable containing the stack size).

Its output can be either an executable program or a library file.
(Only those subsegments needed will be linked into an executable
program.)

    Program Extensions
    Program Segments
    Object File Format
    Executable File Format
    Absolute File Format
    Linker Errors

See Also: PCSTART and Libraries.