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
* chew.c (paramstuff, outputdots, perform, bang and usage): Remove
[binutils.git]
/
gas
/
testsuite
/
gasp
/
data.out
blob
e96e1e58caa1651b501ec2cd7385a6077e001169
1
!
2
3
!foo .DATA 1,2,3
4
foo: .long 1,2,3
5
!bar .DATA 1,2,3,4,5 ,6
6
bar: .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