•  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[ Options/Assembler...                                   ALTERNATE-I ]

-1  Use 68010 instructions; e.g. MOVE from SR & MOVEC
-2  Use 68020 instructions and addressing modes; e.g. DIVSL,
    DIVUL & TRAPcc
-3  Use 68030 instructions and addressing modes.
-4  Use 68040 instructions and addressing modes.
-5  Use 68851 memory manager instructions; e.g. CALLM & RTM
-8  Use 68881 floating point processor instructions.
-S  Use supervisor mode instructions.
-Y  Store information for Pure Debugger.
-B  Create DRI format object files for use with another linker.
    (The Pure Debugger will not work with DRI format objects.)
-C  Do not list lines from included files.
-F  Do not list lines excluded by IF/ELSE/ENDIF directives.
-M  Do not list macro definitions.
-A  List macro expansions.
-P  Produce a listing (creates file *.LST).
-U  Assume all undefined labels are external.
-V  Verbose messages.

Include directory:  (-I option)
    Directory containing include files.
    Defaults to source directory.

Define macro:  (-D option)
    'xxx=yyy' equivalent to 'xxx = yyy' in source code.

Output directory:  (-O option)
    Directory to contain object file (*.O)
    Defaults to source directory.