repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* symbols.c (symbol_set_tc): Correct name.
[binutils.git]
/
gas
/
testsuite
/
gasp
/
pl5.asm
blob
16b999b1fd42ca6773d09ac9b6270c43256b2d05
1
!
test
of literal text operator
2
.ALTERNATE
3
foop
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