•  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[ Absolute File Header Format ]

struct abshdr {
  int magic;      /* magic number 0x601b  */
  long tsize;     /* size of text segment */
  long dsize;     /* size of data segment */
  long bsize;     /* size of BSS segment */
  long ssize;     /* size of symbol table */
  long reserved;  /* must be zero */
  long textbase;  /* load address for text segment */
  long relocflag; /* zero if fixup code needed */
  long database;  /* load address for data segment */
  long bssbase;   /* load address for BSS segment */
 };