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