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.asm
blob
87220c624e9ce509a87560a72f7939fdfb21ba5f
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