Initial revision
[binutils.git] / gas / testsuite / gasp / pl5.out
blob0aa488b5ec7cb5fa5583dec3b675d3600af2819a
1 !! test of literal text operator
2         ! test of literal text operator
3 !       .ALTERNATE
4 !foop   MACRO   str1,str2
5 !       SDATA   "str1"
6 !       SDATA   str2
7 !       ENDM
12 !       
13 !       foop    this< is a <string> with angle brackets>
14 !       SDATA   "this"
15         .byte   116,104,105,115
16 !       SDATA   " is a <string> with angle brackets"
17         .byte   32,105,115,32,97,32,60,115,116,114,105,110,103,62,32,119,105,116,104,32,97,110,103,108,101,32,98,114,97,99,107,101,116,115
18 !       foop    this< is a string with spaces>
19 !       SDATA   "this"
20         .byte   116,104,105,115
21 !       SDATA   " is a string with spaces"
22         .byte   32,105,115,32,97,32,115,116,114,105,110,103,32,119,105,116,104,32,115,112,97,99,101,115
23 !       foop    this < is a string with a !>>
24 !       SDATA   "this"
25         .byte   116,104,105,115
26 !       SDATA   " is a string with a >"
27         .byte   32,105,115,32,97,32,115,116,114,105,110,103,32,119,105,116,104,32,97,32,62
32 !       END