AARM User's Guide

Discontinued

Command Prompt

To invoke the AARM Assembler, enter AA 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 AARM command line is:

AA sourcefile <[>directives...<]>
AA @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 AARM command line is complex or exceeds the limits of the Windows command prompt.

The AARM Assembler displays the following information upon successful compilation.

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