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
/
pl4.asm
blob
f1dd3e80cd4965c9d23035db36ffa73df3d03a73
1
.ALTERNATE
2
!
test
of
macro
substitution around
&
s
3
4
5
foo
MACRO
a
,
b
6
x
&
a
&
b
7
ENDM
8
9
foo
3 2
10
END