* gas/all/gas.exp: xfail a couple tests for the mn10300.
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / pl5.asm
CommitLineData
a5f4bc30
SC
1! test of literal text operator
2 .ALTERNATE
3foop MACRO str1,str2
4 SDATA "str1"
5 SDATA str2
6 ENDM
7
8
9
10 foop this< is a <string> with angle brackets>
11 foop this< is a string with spaces>
12 foop this < is a string with a !>>
13
14
15 END
This page took 0.132621 seconds and 4 git commands to generate.