Table Assembler Options

Specifies the directory in which the temporary files are created. If this option is not specified, AS68 creates the temporary files in the current default directory Initializes the assembler. See Section 2.2 for details. if specificed, AS68 produces and prints a listing on the standard output device, which, by default, is the console. Redirect the listing, including error messages, to a file with the Misting filename parameter. Note that error messages are produced whether or not the -P option...

equ or equ ds or ds

AS68 does not support, but accepts and ignores the following Motorola directives The Motorola .set directive is implemented as the equate directive equ . AS68 accepts upper- and lowercase characters. You can specify instructions and directives in either case. However, labels and variables are case-sensitive. For example, the label START and Start are not equivalent. For AS68. all labels must terminate with a colon . For example. However, if a label begins in column 1, it need not terminate...