diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-02-24 23:22:45 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-02-24 23:22:45 +0000 |
commit | 10101f26bc4a25ae373e46c0714d60831e110d31 (patch) | |
tree | d69fa50bdf3dffe00a6389e4fbf7c9cd32739618 /nasm.h | |
parent | 8fa0d037f33beaca5d7823b496ed989d55bea892 (diff) | |
download | nasm-10101f26bc4a25ae373e46c0714d60831e110d31.tar.gz nasm-10101f26bc4a25ae373e46c0714d60831e110d31.tar.bz2 nasm-10101f26bc4a25ae373e46c0714d60831e110d31.zip |
Add support for the new instructions in Prescott
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) */ |