mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
7 lines
57 B
NASM
7 lines
57 B
NASM
%imacro Zero 1
|
|
xor %1,%1
|
|
%endmacro
|
|
|
|
Zero eax
|
|
zero eax
|