mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-03 08:41:02 +08:00
9 lines
137 B
NASM
9 lines
137 B
NASM
;Testname=test; Arguments=-fbin -oimacro.bin; Files=.stdout .stderr imacro.bin
|
|
|
|
%imacro Zero 1
|
|
xor %1,%1
|
|
%endmacro
|
|
|
|
Zero eax
|
|
zero eax
|