diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:57:59 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:57:59 +0000 |
commit | ef7468f4ec05f23e8d866493593d7c1f07df5e03 (patch) | |
tree | ce3d68c654cf05d24ff2c0a6b3b4fcccca13719b /ndisasm.1 | |
parent | 620515ab4e66b45f9440cf04a1fa61869275170f (diff) | |
download | nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.gz nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.bz2 nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.zip |
NASM 0.98p7
Diffstat (limited to 'ndisasm.1')
-rw-r--r-- | ndisasm.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |