old-cross-binutils/gas/testsuite/gasp/mri/exists.asm

11 lines
111 B
NASM
Raw Normal View History

exists macro arg1,arg2
ifne ==arg2
move arg1,arg2
elsec
push arg1
endc
endm
exists foo,bar
exists foo