next up previous contents
Next: Listfile Format Up: The Assembler 'as' Previous: Input Format

META Instructions

  The following instructions are defined to assign values to labels and to control listfile generation:

ORG
Sets the instruction pointer to the absolute memory address. Following instructions are assembles relative to this address.
LIST
From this line on all instructions are written to the listfile. See Listfile Format for more information.
NOLIST
The following lines produce no output in the listfile.
PAGE
Is listfile enabled a new page is started. (This instruction is without function as there are too many printers around)
EQUIVALENT
Short: EQU. Assigns a value to the label. Format: label EQU value
WORD
Writes the following value to memory. Only single values are supported.
TEXT
Writes the string as ASCII to memory. See memory organization for more information.


Markus Hennecke
9/14/2003