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