aboutsummaryrefslogtreecommitdiff
path: root/Asm/x86/7zAsm.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Asm/x86/7zAsm.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/Asm/x86/7zAsm.asm b/Asm/x86/7zAsm.asm
index 6275bb7..19c40da 100644
--- a/Asm/x86/7zAsm.asm
+++ b/Asm/x86/7zAsm.asm
@@ -1,7 +1,12 @@
1; 7zAsm.asm -- ASM macros 1; 7zAsm.asm -- ASM macros
2; 2021-12-25 : Igor Pavlov : Public domain 2; 2022-05-16 : Igor Pavlov : Public domain
3 3
4 4
5; UASM can require these changes
6; OPTION FRAMEPRESERVEFLAGS:ON
7; OPTION PROLOGUE:NONE
8; OPTION EPILOGUE:NONE
9
5ifdef @wordsize 10ifdef @wordsize
6; @wordsize is defined only in JWASM and ASMC and is not defined in MASM 11; @wordsize is defined only in JWASM and ASMC and is not defined in MASM
7; @wordsize eq 8 for 64-bit x64 12; @wordsize eq 8 for 64-bit x64