Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / st-small-direct.d
1 #objdump: -d
2 #name: ST reg - small constants left in OPR mode
3 #source: st-small-direct.s
4
5
6 dump.o: file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <L1>:
12 0: c0 fa 00 00 st d2, L1
13 4: 00
14 5: c1 fa 00 00 st d3, L2
15 9: 1a
16 a: c2 fa 00 00 st d4, L1
17 e: 00
18
19 0000000f <L3>:
20 f: 01 nop
21 10: c4 fa 00 00 st d0, L2
22 14: 1a
23 15: c5 fa 00 00 st d1, L3
24 19: 0f
25
26 0000001a <L2>:
27 1a: c3 fa 00 00 st d5, L1
28 1e: 00
29 1f: c6 fa 00 00 st d6, L3
30 23: 0f
31 24: c7 fa 00 00 st d7, L2
32 28: 1a
33 29: c8 30 39 st x, 12345
34 2c: c9 26 94 st y, 9876
This page took 0.030105 seconds and 4 git commands to generate.