•  Back 
  •  Assembler 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure Assembler Documentation
Author      : John Kormylo
Version     : PASM.HYP 1.0
Subject     : Documentation/Pure Assembler
Nodes       : 740
Index Size  : 20262
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[ Pure Assembler Directives ]

Options      MC68nnn SUPER USER
Include      INCLUDE
Listing      LIST NOLIST PAGE TTL
Messages     ERROR PRINT
Segments     TEXT DATA BSS END
Constants    DC DCB ASCII ASCIIL ASCIIZ
Variables    DS COMM LCOMM
Structures   OFFSET
Linkage      GLOBL IMPORT EXPORT XDEF XREF
Local Labels MODULE ENDMOD
Assignment   = EQU SET REG
Conditional  IFcc ELSE ENDC ENDIF
Macros       MACRO ENDM EXITM LOCAL REPT
Alignment    ALIGN EVEN
Absolute     *= ORG
Emulator     ALINE FLINE

Note: All directives (except = and *=) can be prefixed with a period.
      Also, there are many directives with redundant functions.
      This is for compatibility with other assemblers.