0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00
nasm/travis/test/imacro.asm
Cyrill Gorcunov 99f9870d1b test: nasm-t -- Add imacro
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

7 lines
57 B
NASM

%imacro Zero 1
xor %1,%1
%endmacro
Zero eax
zero eax