Some minor changes
This commit is contained in:
parent
5a2df3d011
commit
c6931b04e7
2 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@
|
||||||
.TH NS_AS 6 "$Revision$"
|
.TH NS_AS 6 "$Revision$"
|
||||||
.ad
|
.ad
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ns_as \- National Semiconductor 16032 assembler/linker
|
ns_as \- National Semiconductor 16032 assembler
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
~em/lib.bin/ns/as [options] argument ...
|
~em/lib.bin/ns/as [options] argument ...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The assembler for the National Semiconductor 16032 is based
|
The assembler for the National Semiconductor 16032 is based
|
||||||
on the universal assembler \fIuni_ass\fP(VI). It is an assembler generating
|
on the universal assembler \fIuni_ass\fP(6). It is an assembler generating
|
||||||
relocatable object code in \fIack.out\fP(5) format.
|
relocatable object code in \fIack.out\fP(5) format.
|
||||||
The mnemonics for the instructions are taken from the NS-16000
|
The mnemonics for the instructions are taken from the NS-16000
|
||||||
Programmers Reference Manual.
|
Programmers Reference Manual.
|
||||||
|
@ -90,7 +90,7 @@ the encoding of the msr register in smr and lmr instructions.
|
||||||
Two different possibilities are given for the encoding of
|
Two different possibilities are given for the encoding of
|
||||||
the instructions movsu and movus.
|
the instructions movsu and movus.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
uni_ass(VI)
|
uni_ass(6)
|
||||||
ack(1),
|
ack(1),
|
||||||
ack.out(5),
|
ack.out(5),
|
||||||
.br
|
.br
|
||||||
|
|
|
@ -428,7 +428,7 @@ Close a file. Closing of files is done for local files when the procedure
|
||||||
in which they are declared exits.
|
in which they are declared exits.
|
||||||
The compiler only closes local files if they are not part of a structured type.
|
The compiler only closes local files if they are not part of a structured type.
|
||||||
Files allocated in the heap are not closed when they are deallocated.
|
Files allocated in the heap are not closed when they are deallocated.
|
||||||
There is an external routine \fIpclose\fP in libP(VII), that may be called
|
There is an external routine \fIpclose\fP in libpc(7), that may be called
|
||||||
explicitly to do the closing in these cases.
|
explicitly to do the closing in these cases.
|
||||||
Closing may be necessary to flush buffers or to keep the number of
|
Closing may be necessary to flush buffers or to keep the number of
|
||||||
simultaneously opened files below NFILES.
|
simultaneously opened files below NFILES.
|
||||||
|
|
Loading…
Reference in a new issue