summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-21 03:16:33 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-21 03:16:33 +0000
commit01377d8d7c90659a2db51f0475a2ee73627a6844 (patch)
tree748356edaf820933616551af79fdff4b76731864 /nasm.h
parentaa8b6a1ff7e3be77b64f23efb2a914d0e8cafa1a (diff)
downloadnasm-01377d8d7c90659a2db51f0475a2ee73627a6844.tar.gz
Implement new "strict" keyword to inhibit optimization.
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nasm.h b/nasm.h
index b38e4f8d..fa5142b5 100644
--- a/nasm.h
+++ b/nasm.h
@@ -382,6 +382,7 @@ enum {
#define TO 0x00000100L /* reverse effect in FADD, FSUB &c */
#define COLON 0x00000200L /* operand is followed by a colon */
+#define STRICT 0x00000400L /* do not optimize this operand */
/* type of operand: memory reference, register, etc. */
#define MEMORY 0x00204000L