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
2001-02-17 Philip Blundell <philb@gnu.org>
[binutils.git]
/
gas
/
testsuite
/
gasp
/
pl7.asm
blob
58a40afe1013677c0e12806cd586b77abb84de3e
1
.ALTERNATE
2
!
test
of string operators
3
define
MACRO
str1
,
str2
4
SDATA str1
5
SDATA
"str2"
6
ENDM
7
define one
" way to get "
spaces
,
0
8
define
"lot's! of <special>,chars%"
,
0
9
10
11
12