•  Back 
  •  Type definitions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File14.9.13  OHEADER                                                   TOS

This structure describes the header of an object file in Digital 
Research format:

typedef struct
{
   int16_t magic;         /* Magical value: 0x601a      */
   int32_t tsize;         /* Size of the TEXT segment   */
   int32_t dsize;         /* Size of the DATA segment   */
   int32_t bsize;         /* Size of the BSS            */
   int32_t ssize;         /* Size of the symbol table   */
   int8_t reserved[10];   /* Reserved, set to zero      */
} OHEADER;

See also: ARHEADER   BASEPAGE