]> Git Repo - binutils.git/blob - gas/testsuite/gasp/mri/exists.asm
19990502 sourceware import
[binutils.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
This page took 0.021593 seconds and 4 git commands to generate.