Crossware

Table of Contents        Previous topic       Next topic       

CROSS ASSEMBLER->Assembler Source Code Format->Assembler Source Code Format

The assembly language source code file must consist of a series of lines of text.  Each line may consist of up to four fields as follows:

<Label> <Opcode> <Operand> <Comment>

The fields must be separated from each other by space or tab characters and reference in the following paragraphs to a space means either a space or a tab character.

All statements up to the end of the file will be assembled unless the END directive is encountered.