OBJECT

Abbreviation

OJ

Arguments

An optional filename enclosed in parentheses.

Default

OBJECT (basename.OBJ)

Description

The OBJECT control specifies that the A51 assembler generate an object file. The default name for the object file is basename.OBJ; however, an alternate filename may be specified in parentheses immediately following the OBJECT control statement.

NOTE

You may specify this control only once on the command line or at the top of the source file.

See Also

NOOBJECT

Example
A51 SAMPLE.A51 OBJECT (OBJDIR\SAMPLE.OBJ)

$OJ(OBJ\SAMPLE.OBJ)