diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-06-02 07:23:28 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-06-02 07:23:28 +0000 |
commit | 626b957c5f695c5e696a2d4f485459928fe9a1bf (patch) | |
tree | 6c2e2c481d7ee54975bedcf4d565d69a9183fac7 /doc | |
parent | d308de119c81d611ea655340637b3d348011f9c6 (diff) | |
download | nasm-626b957c5f695c5e696a2d4f485459928fe9a1bf.tar.gz nasm-626b957c5f695c5e696a2d4f485459928fe9a1bf.tar.bz2 nasm-626b957c5f695c5e696a2d4f485459928fe9a1bf.zip |
Document "CPU IA64"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 98fb66d..7fd724a 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3565,7 +3565,7 @@ Once again, like \c{EXTERN} and \c{GLOBAL}, the primitive form of only one argument at a time. -\H{CPU} \i\c{CPU XXX}: Defining CPU Dependencies +\H{CPU} \i\c{CPU}: Defining CPU Dependencies The \i\c{CPU} directive restricts assembly to those instructions which are available on the specified CPU. @@ -3600,8 +3600,11 @@ Options are: \b\c{CPU WILLAMETTE} Same as P4 -All options are case insensitive. All instructions will -be selected only if they apply to the selected cpu or lower. +\b\c{CPU IA64} IA64 CPU (in x86 mode) instruction set + +All options are case insensitive. All instructions will be selected +only if they apply to the selected CPU or lower. By default, all +instructions are available. \C{outfmt} \i{Output Formats} |