•  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[ DRI Symbol Table Format ]

struct table {
  char name[8];        /* NULL padded - max 8 characters    */
  unsigned int flags;  /* bit flags                         */
  long addr;           /* location of symbol reference      */
 };

The bit flags are:

0x8000  Label definition
0x4000  Equated label
0x2000  Global label
0x1000  Register equate
0x0800  External label
0x0400  addr = offset from start of TEXT segment
0x0200  addr = offset from start of DATA segment
0x0100  addr = offset from start of BSS segment