some cosmetic changes
This commit is contained in:
parent
d502a17312
commit
a1772be47d
1 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
.\" $Header$
|
.\" $Header$
|
||||||
.TH UNI_ASS VI
|
.TH UNI_ASS 6ACK
|
||||||
.ad
|
.ad
|
||||||
.SH NAME
|
.SH NAME
|
||||||
uni_ass \- universal assembler, assembler/loader
|
uni_ass \- universal assembler, assembler\-loader
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
~em/lib/\fImach\fP/as [options] argument ...
|
~em/lib/\fImach\fP/as [options] argument ...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -14,7 +14,9 @@ and expression evaluation.
|
||||||
The resulting program assembles assembly modules.
|
The resulting program assembles assembly modules.
|
||||||
For some machines, it also does the link-editing (loading).
|
For some machines, it also does the link-editing (loading).
|
||||||
Arguments may be flags, assembly language modules, or,
|
Arguments may be flags, assembly language modules, or,
|
||||||
in the case of an assembler/loader, arch(1) libraries.
|
in the case of an assembler\-loader,
|
||||||
|
.IR arch (1)
|
||||||
|
libraries.
|
||||||
.br
|
.br
|
||||||
Flags are:
|
Flags are:
|
||||||
.IP \-d\fIonum\fP
|
.IP \-d\fIonum\fP
|
||||||
|
@ -48,6 +50,7 @@ is 1000 it is interpreted as 1700.
|
||||||
Note that '-d' alone (unless it contains bit 9)
|
Note that '-d' alone (unless it contains bit 9)
|
||||||
is not enough to get a listing.
|
is not enough to get a listing.
|
||||||
A .list pseudo is also needed in each module to be listed.
|
A .list pseudo is also needed in each module to be listed.
|
||||||
|
Assemblers may be compiled with the listing facilities disabled.
|
||||||
.IP -s[\fIonum\fP]
|
.IP -s[\fIonum\fP]
|
||||||
This option controls the
|
This option controls the
|
||||||
amount of symbolic debug information generated.
|
amount of symbolic debug information generated.
|
||||||
|
@ -72,7 +75,8 @@ statements
|
||||||
.RE
|
.RE
|
||||||
Default is 073: all except local compiler labels.
|
Default is 073: all except local compiler labels.
|
||||||
.IP -r
|
.IP -r
|
||||||
Generate relocation information, for assemblers that can.
|
Generate relocation information, for assemblers\-loaders that can.
|
||||||
|
Assemblers always produce relocation information.
|
||||||
.IP -b
|
.IP -b
|
||||||
Turn off branch optimization.
|
Turn off branch optimization.
|
||||||
.IP -o\fIname\fP
|
.IP -o\fIname\fP
|
||||||
|
|
Loading…
Reference in a new issue