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.out
blob
35d1391d188b6545c5f83c3315d8567ea69bd1c4
1
! .ALTERNATE
2
!! test of macro substitution around &s
3
! test of macro substitution around &s
4
!
5
6
!
7
8
!foo MACRO a,b
9
! x&a&b
10
! ENDM
11
!
12
13
! foo 3 2
14
! x32
15
x32
16
! END