oops - omitted from previous delta
[platform/upstream/binutils.git] / gas / testsuite / gasp / mri / exists.out
1 ;exists macro   arg1,arg2
2 ;       ifne    ==arg2
3 ;       move    arg1,arg2
4 ;       elsec
5 ;       push    arg1
6 ;       endc
7 ;       endm
8 ;
9
10 ;       exists  foo,bar
11 ;       ifne    -1
12 ;       move    foo,bar
13         move    foo,bar
14 ;       elsec
15 ;       push    foo
16 ;       endc
17 ;       exists  foo
18 ;       ifne    0
19 ;       move    foo,
20 ;       elsec
21 ;       push    foo
22         push    foo
23 ;       endc
24 ;