Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / mov.d
1 #objdump: -d
2 #name:
3 #source: mov.s
4
5
6 dump.o: file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12 0: 0c 7b e3 mov.b #123, \(\+x\)
13 3: 0d 11 70 80 mov.w #4464, \(45,d2\)
14 7: 00 2d
15 9: 0e 12 34 56 mov.p #1193046, \[34,s\]
16 d: e4 22
17 f: 0f 12 34 56 mov.l #305419896, \(2234,d7\)
18 13: 78 87 08 ba
19 17: 1c 84 00 01 mov.b \(1,d0\), \(2,d1\)
20 1b: 85 00 02
21 1e: 1d 82 00 01 mov.w \(1,d4\), \(-s\)
22 22: fb
23 23: 1e 83 00 03 mov.p \(3,d5\), \(-x\)
24 27: c3
25 28: 1f 87 00 26 mov.l \(38,d7\), \(\+x\)
26 2c: e3
This page took 0.030233 seconds and 4 git commands to generate.