mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 22:07:07 -06:00
21.07
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
; 7zAsm.asm -- ASM macros
|
||||
; 2021-08-29 : Igor Pavlov : Public domain
|
||||
; 2021-12-25 : Igor Pavlov : Public domain
|
||||
|
||||
|
||||
ifdef @wordsize
|
||||
; @wordsize is defined only in JWASM and ASMC and is not defined in MASM
|
||||
; @wordsize eq 8 for 64-bit x64
|
||||
; @wordsize eq 2 for 32-bit x86
|
||||
if @wordsize eq 8
|
||||
x64 equ 1
|
||||
endif
|
||||
else
|
||||
ifdef RAX
|
||||
x64 equ 1
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
ifdef x64
|
||||
IS_X64 equ 1
|
||||
|
||||
Reference in New Issue
Block a user