diff options
Diffstat (limited to 'gas/testsuite/gasp/pl4.out')
-rw-r--r-- | gas/testsuite/gasp/pl4.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl4.out b/gas/testsuite/gasp/pl4.out new file mode 100644 index 0000000..35d1391 --- /dev/null +++ b/gas/testsuite/gasp/pl4.out @@ -0,0 +1,16 @@ +! .ALTERNATE +!! test of macro substitution around &s + ! test of macro substitution around &s +! + +! + +!foo MACRO a,b +! x&a&b +! ENDM +! + +! foo 3 2 +! x32 + x32 +! END |