diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-02-25 00:03:00 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-02-25 00:03:00 +0000 |
commit | ad4f0e09f3ee907049a9764e16e6ddd89698ae38 (patch) | |
tree | c0d4c5df52acf9219e1a0a49231f48009f84153e /doc | |
parent | bf2faec654148209c1798da09466fca7a3fd192e (diff) | |
download | nasm-ad4f0e09f3ee907049a9764e16e6ddd89698ae38.tar.gz nasm-ad4f0e09f3ee907049a9764e16e6ddd89698ae38.tar.bz2 nasm-ad4f0e09f3ee907049a9764e16e6ddd89698ae38.zip |
Support "cpu prescott"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index fdd2c6b..795cf53 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3662,7 +3662,7 @@ Options are: \b\c{CPU P2} Same as 686 -\b\c{CPU P3} Pentium III and Katmai instruction sets +\b\c{CPU P3} Pentium III (Katmai) instruction sets \b\c{CPU KATMAI} Same as P3 @@ -3670,6 +3670,8 @@ Options are: \b\c{CPU WILLAMETTE} Same as P4 +\b\c{CPU PRESCOTT} Prescott instruction set + \b\c{CPU IA64} IA64 CPU (in x86 mode) instruction set All options are case insensitive. All instructions will be selected |