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
/
narg.asm
blob
114c94032e944cbae8e357af16c81d8edb92fc9b
1
loop macro
arg1
,
arg2
,
arg3
2
dc.l NARG
3
ifne NARG
4
dc.l arg1
5
loop
arg2
,
arg3
6
endc
7
endm
8
9
loop
1
,
2
,
3