HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Assembler options

HLASM Programmer's Guide
SC26-4941-06

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 option "ELF32").
NODECK
Default. Do not change.
OBJECT
This is the default. If you specify NOOBJECT then no object file is written to the object path.
NOGOFF
If you are using option ELF32 then do not change.
SIZE
The default value is 32 MB.
ELF32
Linux only option.

The interface module elides the ELF32 option and replaces it with EX(OBX(ASMAXT2E)), and adds 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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014