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

struct drihdr {
  int magic;      /* magic number 0x601a          */
  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 reserved1; /* must be zero                 */
  long flags;     /* bit flags for fastload, etc. */
  int  absflag;   /* must be zero                 */
 };

When absflag is not zero, it indicates that there is no fixup code.
However, early versions of TOS do not honor this.