]> Git Repo - binutils.git/blob - gas/testsuite/gasp/pl4.asm
19990502 sourceware import
[binutils.git] / gas / testsuite / gasp / pl4.asm
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
This page took 0.024211 seconds and 4 git commands to generate.