diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-28 01:25:06 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-28 01:25:06 +0000 |
commit | 3ab8de6a14be6d82b90499718a37d9cf4b609231 (patch) | |
tree | 4835589f93a59de3a6f80e12c7332a8b707e9fa6 /insns.h | |
parent | 3ba467795a364e7a95ba04a99ffc6ed2c2d2959d (diff) | |
download | nasm-3ab8de6a14be6d82b90499718a37d9cf4b609231.tar.gz nasm-3ab8de6a14be6d82b90499718a37d9cf4b609231.tar.bz2 nasm-3ab8de6a14be6d82b90499718a37d9cf4b609231.zip |
Add the JMPE instruction.
Diffstat (limited to 'insns.h')
-rw-r--r-- | insns.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ struct itemplate { #define IF_P6 0x06000000UL /* P6 instruction */ #define IF_KATMAI 0x07000000UL /* Katmai instructions */ #define IF_WILLAMETTE 0x08000000UL /* Willamette instructions */ +#define IF_IA64 0x0F000000UL /* IA64 instructions */ #define IF_CYRIX 0x10000000UL /* Cyrix-specific instruction */ #define IF_AMD 0x20000000UL /* AMD-specific instruction */ |