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.c | |
parent | 620515ab4e66b45f9440cf04a1fa61869275170f (diff) | |
download | nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.gz nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.bz2 nasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.zip |
NASM 0.98p7
Diffstat (limited to 'ndisasm.c')
-rw-r--r-- | ndisasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ static const char *help = " -r displays the version number\n" " -e skips <bytes> bytes of header\n" " -k avoids disassembling <bytes> bytes from position <start>\n" -" -p selects the preferred vendor instruction set (intel, amd, cyrix)\n"; +" -p selects the preferred vendor instruction set (intel, amd, cyrix, idt)\n"; static void output_ins (unsigned long, unsigned char *, int, char *); static void skip (unsigned long dist, FILE *fp); |