Add support for the Freescale s12z processor.
[external/binutils.git] / gas / testsuite / gas / s12z / cmp-s-imm.d
1 #objdump: -d
2 #name:    
3 #source:  cmp-s-imm.s
4
5
6 dump.o:     file format elf32-s12z
7
8
9 Disassembly of section .text:
10
11 00000000 <.text>:
12    0:   1b 04 00 00     cmp s, #0
13    4:   00 
14    5:   1b 02 71        cmp s, #1
15    8:   1b 02 70        cmp s, #-1
16    b:   1b 04 00 00     cmp s, #255
17    f:   ff 
18   10:   1b 04 ff ff     cmp s, #-256
19   14:   00 
20   15:   1b 04 00 7f     cmp s, #32767
21   19:   ff 
22   1a:   1b 04 ff 80     cmp s, #-32768
23   1e:   00 
24   1f:   1b 04 07 ff     cmp s, #524287
25   23:   ff 
26   24:   1b 04 f8 00     cmp s, #-524288
27   28:   00