diff options
Diffstat (limited to 'static/plan9-4e/man1/2a.1')
| -rw-r--r-- | static/plan9-4e/man1/2a.1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/plan9-4e/man1/2a.1 b/static/plan9-4e/man1/2a.1 new file mode 100644 index 00000000..30d3e076 --- /dev/null +++ b/static/plan9-4e/man1/2a.1 @@ -0,0 +1,55 @@ +.TH 2A 1 +.SH NAME +0a, 1a, 2a, 4a, 5a, 6a, 7a, 8a, 9a, ka, qa, va, xa \- assemblers +.SH SYNOPSIS +.B 2a +[ +.I option ... +] +[ +.I name ... +] +.br +etc. +.SH DESCRIPTION +These programs +assemble the named files into object files +for the corresponding architectures; see +.IR 2c (1) +for the correspondence between an architecture and the character +.RB ( 0 , +.RB 1 , +etc.) that specifies it. +The assemblers handle the most common C preprocessor directives and the associated +command-line options +.BR -D +and +.BR -I . +Other options are: +.TP +.BI -o " obj" +Place output in file +.I 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 +.BR .s , +and append +.RI . O , +where +.I O +is first letter of the assembler's name. +.SH FILES +The directory +.B /sys/include +is searched for include files after +machine-dependent files in +.BR /$objtype/include . +.SH SOURCE +.BR /sys/src/cmd/2a , +etc. +.SH SEE ALSO +.IR 2c (1), +.IR 2l (1). +.PP +Rob Pike, ``A manual for the Plan 9 assembler'' |
