mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
7 lines
57 B
NASM
7 lines
57 B
NASM
%imacro Zero 1
|
|
xor %1,%1
|
|
%endmacro
|
|
|
|
Zero eax
|
|
zero eax
|