A166 User's Guide

Command Prompt

To invoke the A166 Assembler, enter A166 at the command prompt. You must include the name of the assembler source file to be assembled and any required directives on the command line. The format for the A166 command line is:

A166 sourcefile <[>directives...<]>
A166 @commandfile

Where

sourcefileIs the name of the source program you want to assemble.
directivesAre directives that control the operation of the assembler. Refer to Directives for a detailed list of the available directives.
commandfileIs the name of a command input file that may contain the sourcefile and directives. A commandfile is commonly used when the A166 command line is complex or exceeds the limits of the Windows command prompt.

The A166 Assembler displays the following information upon successful compilation.

ASSEMBLY COMPLETE.  0 WARNING(S), 0 ERROR(S)