]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/mri/exists.asm
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / mri / exists.asm
1 exists macro arg1,arg2
2 ifne ==arg2
3 move arg1,arg2
4 elsec
5 push arg1
6 endc
7 endm
8
9 exists foo,bar
10 exists foo