blob: 8c8a5323d57a07d8b9fc0c9b959157e470d876af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
#as: -mcpu=548 -mfar-mode
#objdump: -d -r
#name: c54x cons tests, w/extended addressing
#source: cons.s
.*: +file format .*c54x.*
Disassembly of section .text:
00000000 <binary>:
0: 0003.*
1: 0004.*
00000002 <octal>:
2: 0009.*
3: 000a.*
4: 000b.*
00000005 <hex>:
5: 000f.*
6: 0010.*
00000007 <field>:
7: 6440.*
8: 0123.*
9: 4000.*
a: 0000.*
b: 1234.*
0000000c <byte>:
c: 00aa.*
d: 00bb.*
0000000e <word>:
e: 0ccc.*
0000000f <xlong>:
f: 0eee.*
10: efff.*
...
00000012 <long>:
12: eeee.*
13: ffff.*
00000014 <int>:
14: dddd.*
00000015 <xfloat>:
15: 3fff.*
16: ffac.*
...
00000018 <float>:
18: 3fff.*
19: ffac.*
0000001a <string>:
1a: 0061.*
1b: 0062.*
1c: 0063.*
1d: 0064.*
1e: 0061.*
1f: 0062.*
20: 0063.*
21: 0064.*
22: 0065.*
23: 0066.*
24: 0067.*
25: 0030.*
00000026 <pstring>:
26: 6162.*
27: 6364.*
28: 6162.*
29: 6364.*
2a: 6566.*
2b: 6700.*
0000002c <DAT1>:
2c: 0000.*
2d: abcd.*
2e: 0000.*
2f: 0141.*
30: 0000.*
31: 0067.*
32: 0000.*
33: 006f.*
00000034 <xlong.0>:
34: 0000.*
.*34: ARELEXT.*
35: 002c.*
36: aabb.*
37: ccdd.*
00000038 <DAT2>:
38: 0000.*
...
0000003a <DAT3>:
3a: 1234.*
3b: 5678.*
3c: 0000.*
3d: aabb.*
3e: ccdd.*
|