summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-04-20 15:06:44 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-04-21 01:06:53 +0400
commit92aa187f3ab5228caa95494e30a7efc06288802e (patch)
tree8c887d40b03109367d2ddcf7d1f9350a1415fd94 /doc
parentd807d911feadad61c8afb09d74e4239859eba993 (diff)
downloadnasm-92aa187f3ab5228caa95494e30a7efc06288802e.tar.gz
smartalign: Introduce nojmp mode
This allows to force nasm to generate multibyte NOPs without jmp injected. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/nasmdoc.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index d8c189bb..3389b12f 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -4073,8 +4073,9 @@ sequence.
The specific instructions generated can be controlled with the
new \i\c{ALIGNMODE} macro. This macro takes two parameters: one mode,
-and an optional jump threshold override. The modes are as
-follows:
+and an optional jump threshold override. If (for any reason) you need
+to turn off the jump completely just set jump threshold value to -1.
+The following modes are possible:
\b \c{generic}: Works on all x86 CPUs and should have reasonable
performance. The default jump threshold is 8. This is the