summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2000-10-07 15:35:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:46:41 +0200
commitdfab97edd018b8904568bce77536037dd76b7507 (patch)
treefb45be914dda1e47c3d28eab6a4fc23a14c7b587 /man
parent65da95772de1633acd1bfcc7f579067bac3249af (diff)
downloaddev86-dfab97edd018b8904568bce77536037dd76b7507.tar.gz
Import Dev86src-0.15.3.tar.gzv0.15.3
Diffstat (limited to 'man')
-rw-r--r--man/as86.121
1 files changed, 13 insertions, 8 deletions
diff --git a/man/as86.1 b/man/as86.1
index edb6408..6948486 100644
--- a/man/as86.1
+++ b/man/as86.1
@@ -83,17 +83,22 @@ a valid instruction)
only put global symbols in object or symbol file
.TP
.B -j
-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
+replace all short jumps with similar 16 or 32 bit jumps, the 16 bit
+conditional branches are encoded as a short conditional and a long
+unconditional branch.
+.TP
+.B -O
+this causes the assembler to add extra passes to try to use forward
+references to reduce the bytes needed for some instructions.
+If the labels move on the last pass the assembler will keep adding passes
+until the labels all stabilise (to a maximum of 30 passes)
+It's probably not a good idea to use this with hand written assembler
+use the explicit
.B br\ bmi\ bcc
style opcodes for 8086 code or the
.B jmp\ near
-style for conditional i386 instructions.
+style for conditional i386 instructions and make sure all variables are
+defined before they are used.
.TP
.B -l
produce list file, filename may follow