Bell 32V development
authorTom London <tbl@research.uucp>
Thu, 22 Feb 1979 23:51:46 +0000 (18:51 -0500)
committerTom London <tbl@research.uucp>
Thu, 22 Feb 1979 23:51:46 +0000 (18:51 -0500)
Work on file usr/man/man1/as.1

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/man/man1/as.1 [new file with mode: 0644]

diff --git a/usr/man/man1/as.1 b/usr/man/man1/as.1
new file mode 100644 (file)
index 0000000..3030716
--- /dev/null
@@ -0,0 +1,45 @@
+.TH AS 1 "UNIX/32V"
+.SH NAME
+as \- assembler
+.SH SYNOPSIS
+.B as
+[
+.B \-d124
+] [
+.B \-o
+objfile ] [ file ]
+.SH DESCRIPTION
+.I As
+assembles the named file, or the standard input if no file is specified.
+The optional argument
+.B \-d
+may be used to specify the number of bytes to be assembled for offsets
+which involve forward or external references.  The default is four bytes,
+i.e.,
+.B \-d4
+\&.
+All undefined symbols in the assembly
+are treated as global.
+.PP
+The output of the assembly is left on the file
+.I objfile;
+if that is omitted,
+.B a.out
+is used.
+.SH FILES
+.ta \w'/tmp/a[ab][a\-h]t\(**\ \ 'u
+/tmp/as\(**    temporary
+.br
+/tmp/a[ab][a\-h]t\(**  temporary
+.br
+a.out          object
+.SH "SEE ALSO"
+ld(1),
+nm(1),
+adb(1),
+a.out(5)
+.SH DIAGNOSTICS
+Error messages are intended to be self explanatory.
+.SH BUGS
+Syntax errors can cause incorrect line numbers
+in following diagnostics.