Add support for the Freescale s12z processor.
[external/binutils.git] / gas / testsuite / gas / s12z / cmp-opr-inc.d
1 #objdump: -d
2 #name:    
3 #source:  cmp-opr-inc.s
4
5
6 dump.o:     file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12    0:   f0 e3           cmp d2, \(\+x\)
13    2:   f1 f3           cmp d3, \(\+y\)
14    4:   f2 c3           cmp d4, \(-x\)
15    6:   f3 d3           cmp d5, \(-y\)
16    8:   f4 fb           cmp d0, \(-s\)
17    a:   f6 ff           cmp d6, \(s\+\)
18    c:   f8 d7           cmp x, \(y-\)
19    e:   f8 c7           cmp x, \(x-\)
20   10:   f9 f7           cmp y, \(y\+\)
21   12:   f9 e7           cmp y, \(x\+\)