2A(10.1) 2A(10.1)

0a, 1a, 2a, 5a, 6a, 7a, 8a, ka, qa, va - assemblers

2a [ option ... ] [ name ... ]
etc.

These programs assemble the named files into object files for the corresponding architectures; see 2c(10.1) for the correspondence between an architecture and the character (1, 2, etc.) that specifies it. The assemblers handle the most common C preprocessor directives and the associated command-line options -D and -I. Other options are:

Place output in file obj (allowed only if there is just one input file). Default is to take the last element of the input path name, strip any trailing .s, and append .O, where O is first letter of the assembler's name.

The directory /sys/include is searched for include files after machine-dependent files in /$objtype/include.

/utils/2a, etc.

2c(10.1), 2l(10.1).

Rob Pike, ``A manual for the Plan 9/Inferno assembler'', Volume 2