From 76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Apr 2002 20:52:49 +0000 Subject: NASM 0.96 --- insns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'insns.h') diff --git a/insns.h b/insns.h index 7ae5df39..1b637fc5 100644 --- a/insns.h +++ b/insns.h @@ -56,6 +56,7 @@ struct itemplate { #define IF_486 0x0400 /* 486+ instruction */ #define IF_PENT 0x0500 /* Pentium instruction */ #define IF_P6 0x0600 /* P6 instruction */ +#define IF_CYRIX 0x0800 /* Cyrix-specific instruction */ #define IF_PMASK 0x0F00 /* the mask for processor types */ #define IF_PRIV 0x1000 /* it's a privileged instruction */ #define IF_UNDOC 0x2000 /* it's an undocumented instruction */ -- cgit v1.2.1