* config/tc-v850.c (reg_name_search): Generalize to search
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / pl5.out
CommitLineData
a5f4bc30
SC
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
8!
9
10!
11
12!
13! foop this< is a <string> with angle brackets>
14! SDATA "this"
b74e86ec 15 .byte 116,104,105,115
a5f4bc30 16! SDATA " is a <string> with angle brackets"
b74e86ec 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
a5f4bc30
SC
18! foop this< is a string with spaces>
19! SDATA "this"
b74e86ec 20 .byte 116,104,105,115
a5f4bc30 21! SDATA " is a string with spaces"
b74e86ec 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
a5f4bc30
SC
23! foop this < is a string with a !>>
24! SDATA "this"
b74e86ec 25 .byte 116,104,105,115
a5f4bc30 26! SDATA " is a string with a >"
b74e86ec 27 .byte 32,105,115,32,97,32,115,116,114,105,110,103,32,119,105,116,104,32,97,32,62
a5f4bc30
SC
28!
29
30!
31
32! END
This page took 0.099733 seconds and 4 git commands to generate.