In ml.exe is include 7zAsm.asm, which syntax is in Nasm?
How conditional,
ifdef x64
else
endif
How write macro
CRC macro op:req, dest:req, src:req, t:req
op dest, DWORD PTR [r5 + src * 4 + 0400h * t]
endm
Is any compatibility options in Nasm to Macro Assembler ?