summaryrefslogtreecommitdiff
path: root/standard.mac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:00:33 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:00:33 +0000
commit1cd0e2d5bf50b2cc482cad7beb8f7dee6a81d57b (patch)
tree53de3660be58d806d9de78394b44e95b9e80a55c /standard.mac
parentaf535c16cf3f9f628384ec834e3aa325709cb37b (diff)
downloadnasm-1cd0e2d5bf50b2cc482cad7beb8f7dee6a81d57b.tar.gz
NASM 0.98.08nasm-0.98.08
Diffstat (limited to 'standard.mac')
-rw-r--r--standard.mac10
1 files changed, 10 insertions, 0 deletions
diff --git a/standard.mac b/standard.mac
index 05905d61..58e65df5 100644
--- a/standard.mac
+++ b/standard.mac
@@ -96,3 +96,13 @@ __SECT__
[cpu %1]
%endmacro
+
+; Macros to make NASM ignore some TASM directives before the first include
+; directive.
+
+%idefine IDEAL
+%idefine JUMPS
+%idefine P386
+%idefine P486
+%idefine P586
+%idefine END