Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / simple-shift.d
1 #objdump: -d
2 #name:
3 #source: simple-shift.s
4
5
6 dump.o: file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12 0: 14 55 b8 lsl d0, d1, d2
13 3: 11 12 bb lsr d3, d4, d5
14 6: 17 d4 bd asl d7, d0, d1
15 9: 10 91 ba asr d2, d3, d4
16 c: 16 d5 b8 asl d6, d1, d2
17 f: 15 5a 76 lsl d1, d4, #13
18 12: 13 46 lsl d5, d6, #1
This page took 0.030451 seconds and 4 git commands to generate.