•  Back 
  •  Structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileCPX Executable Format
XCONTROL
CPXHEAD                                                          Structures

typedef struct
    {
    UWORD magic;

    struct {
        unsigned reserved : 13;
        unsigned resident : 1;
        unsigned bootinit : 1;
        unsigned setonly  : 1;
    } flags;

    LONG    cpx_id;
    UWORD   cpx_version;
    char    i_text[14];
    UWORD   sm_icon[48];
    UWORD   i_color;
    char    title[18];
    UWORD   t_color;
    char    buffer[64];
    char    reserved[306];

} CPXHEAD;

See also: CPX Executable Format, XCONTROL