summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-02-24 23:22:45 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-02-24 23:22:45 +0000
commit10101f26bc4a25ae373e46c0714d60831e110d31 (patch)
treed69fa50bdf3dffe00a6389e4fbf7c9cd32739618 /nasm.h
parent8fa0d037f33beaca5d7823b496ed989d55bea892 (diff)
downloadnasm-10101f26bc4a25ae373e46c0714d60831e110d31.tar.gz
Add support for the new instructions in Prescott
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nasm.h b/nasm.h
index 8f4f293c..6ead7c28 100644
--- a/nasm.h
+++ b/nasm.h
@@ -410,7 +410,9 @@ enum {
#define REG_CL 0x00221001L /* REG_COUNT | BITSxx */
#define REG_CX 0x00221002L /* ditto */
#define REG_ECX 0x00221004L /* another one */
+#define REG_DL 0x00241001L
#define REG_DX 0x00241002L
+#define REG_EDX 0x00241004L
#define REG_SREG 0x00081002L /* any segment register */
#define REG_CS 0x01081002L /* CS */
#define REG_DESS 0x02081002L /* DS, ES, SS (non-CS 86 registers) */