summaryrefslogtreecommitdiff
path: root/insns.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-28 01:25:06 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-28 01:25:06 +0000
commit3ab8de6a14be6d82b90499718a37d9cf4b609231 (patch)
tree4835589f93a59de3a6f80e12c7332a8b707e9fa6 /insns.h
parent3ba467795a364e7a95ba04a99ffc6ed2c2d2959d (diff)
downloadnasm-3ab8de6a14be6d82b90499718a37d9cf4b609231.tar.gz
Add the JMPE instruction.
Diffstat (limited to 'insns.h')
-rw-r--r--insns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/insns.h b/insns.h
index 710c8887..162e5ff2 100644
--- a/insns.h
+++ b/insns.h
@@ -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 */