summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-12-01 16:58:31 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:34:16 +0200
commitf8de35da65c5d93bb733073cf40da154bc1c0748 (patch)
treed28c7644739a24402376d24cb0020ea410a9ccff /man
parentc218c617b5be443b7968308506969ad2b726d73c (diff)
downloaddev86-f8de35da65c5d93bb733073cf40da154bc1c0748.tar.gz
Import Dev86src-0.0.9.tar.gzv0.0.9
Diffstat (limited to 'man')
-rw-r--r--man/as86.147
-rw-r--r--man/bcc.16
2 files changed, 39 insertions, 14 deletions
diff --git a/man/as86.1 b/man/as86.1
index 420ac38..e7fff3f 100644
--- a/man/as86.1
+++ b/man/as86.1
@@ -5,7 +5,7 @@
as86 \- Assembler for 8086..80386 processors
.SH SYNOPSIS
.B as86
-.RB [ -03agjuw ]
+.RB [ -0123agjuw ]
.RB [ -lm [ list ]]
.RB [ -n\ name ]
.RB [ -o\ obj ]
@@ -60,10 +60,17 @@ arguments can be '-' for standard in/out.
.TP
.B -0
-start with 16-bit code segment
+start with 16-bit code segment, warn for all instructions > 8086
+.TP
+.B -1
+start with 16-bit code segment, warn for all instructions > 80186
+.TP
+.B -2
+start with 16-bit code segment, warn for all instructions > 80286
.TP
.B -3
-start with 32-bit code segment
+start with 32-bit code segment, don't warn for any instructions. (not even
+486 or 586)
.TP
.B -a
enable partial compatibility with Minix asld
@@ -72,13 +79,17 @@ enable partial compatibility with Minix asld
only put global symbols in object or symbol file
.TP
.B -j
-force all jumps to be long, don't use this with hand written assembler
-use the
+replace short jumps that don't reach with 5 byte sequences, this causes the
+assembler to add an extra pass to try to determine if the long jump is
+really needed. If you add a second
+.B -j
+the assembler will keep adding passes until the labels all stabilise (to
+a maximum of 30 passes)
+Don't use this with hand written assembler use the explicit
.B br\ bmi\ bcc
-style opcodes or the
+style opcodes for 8086 code or the
.B jmp\ near
-style. The former generates 8086 compatible sequences the latter is 386 only
-for the conditional jumps.
+style for conditional i386 instructions.
.TP
.B -l
produce list file, filename may follow
@@ -205,11 +216,16 @@ Return to stacked assemble location
.B GET INCLUDE
Insert new file (no quotes on name)
.TP
-.B USE16
-Define default operand size as 16 bit
+.BR USE16\ [ cpu ]
+Define default operand size as 16 bit, argument is cpu type the code is
+expected to run on (86, 186, 286, 386, 486, 586) instructions for cpus
+later than specified give a warning.
.TP
-.B USE32
-Define default operand size as 32 bit
+.BR USE32\ [ cpu ]
+Define default operand size as 32 bit, argument is cpu type the code is
+expected to run on (86, 186, 286, 386, 486, 586) instructions for cpus
+later than specified give a warning. If the cpu is not mentioned the
+assembler ensures it is >= 80386.
.TP
.B END
End of compilation for this file.
@@ -340,7 +356,12 @@ as(1), ld86(1), bcc(1)
The 6809 version does not support -0, -3, -a or -j.
If this assembler is compiled with BCC this is classed as a 'small'
-compiler, so there is a maximum input line length of 256 characters.
+compiler, so there is a maximum input line length of 256 characters
+and the instruction to cpu checking is not included.
+
+The checking for instructions that work on specific cpus is probably
+not complete, the distinction between 80186 and 80286 is especially
+problematic.
The
.B .text
diff --git a/man/bcc.1 b/man/bcc.1
index 7f6097f..ef4c4fb 100644
--- a/man/bcc.1
+++ b/man/bcc.1
@@ -156,6 +156,10 @@ error (substitution of some cc passes not supported)
print names and args of subprocesses being run. Two or more -v's print
names of files being unlinked. Three or more -v's print names of paths
being searched.
+.TP
+.B -W
+allow the assembler to generate warnings, useful for finding 80186+
+instructions.
.P
Other options are passed to the linker, in particular -i-, -lx, -M, -m, -s.
The -i option is always passed to the linker but can be cancelled using -i-.
@@ -290,7 +294,7 @@ directory to place temporary files (default /tmp)
.SH DIRECTORIES
All the include, library and compiler components are stored under the
.I /usr/bcc
-directory under Linux-86, this is laid out the same as a
+directory under Linux-i386, this is laid out the same as a
.I /usr
filesystem and if bcc is to be the primary compiler on a system it should
be moved there. The configuration for this is in the