]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gasp/data.asm
import gdb-1999-12-21 snapshot
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / data.asm
CommitLineData
252b5132
RH
1
2foo .DATA 1,2,3
3bar .DATA 1,2,3,4,5 ,6
4 .DATA.B 12345,12,2
5 .DATA.W 9,2,12,3,13+41,foo+9
6 .DATA.L 2~99
7
8
9
10 .DATAB 1,2,3
11 .DATAB 1,2,3
12
13
14
15
16 .DATAB 1,9+32
17
18 .DATAB.L 1,H'11111111
19 .DATAB.W 2,H'2222
20 .DATAB.B 3,H'333
21
22
23 .END