Ax51 User's Guide

Command Prompt

To invoke the A51 or AX51 Assembler, enter A51 or AX51 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 Ax51 command line is:

A51 sourcefiledirectives...〛
A51 @commandfile

or

AX51 sourcefiledirectives...〛
AX51 @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 Ax51 command line is complex or exceeds the limits of the Windows command prompt. The maximum size of the command input file is limited to 32KB.

The Ax51 Assembler displays the following information upon successful compilation.

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