SRC

Abbreviation

None.

Arguments

An optional filename in parentheses.

Default

None.

Description

Use the SRC directive to create an assembler source file instead of an object file. This source file may be assembled with the A51 assembler. If a filename is not specified in parentheses, the base name and path of the C source file are used with the .SRC extension.

NOTE

The compiler cannot produce a source file and an object file simultaneously.

See Also

ASM, ENDASM

Example