summaryrefslogtreecommitdiff
path: root/ndisasm.1
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:59 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:59 +0000
commitef7468f4ec05f23e8d866493593d7c1f07df5e03 (patch)
treece3d68c654cf05d24ff2c0a6b3b4fcccca13719b /ndisasm.1
parent620515ab4e66b45f9440cf04a1fa61869275170f (diff)
downloadnasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.gz
NASM 0.98p7nasm-0.98p7
Diffstat (limited to 'ndisasm.1')
-rw-r--r--ndisasm.118
1 files changed, 18 insertions, 0 deletions
diff --git a/ndisasm.1 b/ndisasm.1
index 78d313c3..fc95922d 100644
--- a/ndisasm.1
+++ b/ndisasm.1
@@ -1,3 +1,7 @@
+.\" $Id$
+.\"
+.\" This file is part of NASM and is released under the NASM License.
+.\"
.TH NDISASM 1 "The Netwide Assembler Project"
.SH NAME
ndisasm \- the Netwide Disassembler \- 80x86 binary file disassembler
@@ -89,6 +93,20 @@ Specifies either 16-bit or 32-bit mode. The default is 16-bit mode.
.TP
.B \-u
Specifies 32-bit mode, more compactly than using `-b 32'.
+.TP
+.BI \-p " vendor"
+Prefers instructions as defined by
+.I vendor
+in case of a conflict. Known
+.I vendor
+names include
+.BR intel ,
+.BR amd ,
+.BR cyrix ,
+and
+.BR idt .
+The default is
+.BR intel .
.PP
.RE
.SH RESTRICTIONS