* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / data.out
CommitLineData
3981bad3
SC
1!
2
3!foo .DATA 1,2,3
4foo: .long 1,2,3
5!bar .DATA 1,2,3,4,5 ,6
6bar: .long 1,2,3,4,5,6
7! .DATA.B 12345,12,2
8 .byte 12345,12,2
9! .DATA.W 9,2,12,3,13+41,foo+9
10 .short 9,2,12,3,54,foo+9
11! .DATA.L 2~99
12 .long 97
13!
14
15!
16
17!
18
19! .DATAB 1,2,3
20 .fill 1,4,2
21! .DATAB 1,2,3
22 .fill 1,4,2
23!
24
25!
26
27!
28
29!
30
31! .DATAB 1,9+32
32 .fill 1,4,41
33!
34
35! .DATAB.L 1,H'11111111
36 .fill 1,4,286331153
37! .DATAB.W 2,H'2222
38 .fill 2,2,8738
39! .DATAB.B 3,H'333
40 .fill 3,1,819
41!
42
43!
44
45! .END
This page took 0.173731 seconds and 4 git commands to generate.