OpenGrok
Cross Reference: char.s
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
gas
/
testsuite
/
gas
/
mri
/
char.s
Home
|
History
|
Annotate
|
Download
|
only in
mri
1
;
Test
MRI
style
character
constants
.
2
3
dc
.b
'a'
4
dc
.b
'abc'
5
dc
.l
'abcde'
6
dc
.l
'a'
'b'
7