Assembler options

There are options that are either not available, unique, or different for the Linux assembler.

NOADATA
Is the default for the ADATA option. The SYSADATA file is not available, so do not change this option.
EXIT
This is not available to users on Linux (see ELF32 below).
NODECK
Default. Do not change.
OBJECT
This is the default. If you specify NOOBJECT then no object file will be written to the object path.
NOGOFF
If you are using ELF32 (see below) then do not change.
SIZE
The default value is 32MB.
ELF32
Linux only option.

The interface module will elide the ELF32 option and replace it with EX(OBX(ASMAXT2E)) and add the OBJ option if it is not already present. See ELF32 option for more details.

Providing user exits is not applicable. No user exits are generally available.

Providing external functions is not applicable. No external functions are available.


[ Top of Page | Previous Page | Next Page | Contents | Index ]