repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2001-02-17 Philip Blundell <philb@gnu.org>
[binutils.git]
/
gas
/
testsuite
/
gasp
/
mri
/
exists.out
blob
e75337d51188c5d8ae76aa35aeba110da3c44455
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
;