Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / brclr-symbols.d
1 #objdump: -dt
2 #name:
3 #source: brclr-symbols.s
4
5
6 dump.o: file format elf32-s12z
7
8 SYMBOL TABLE:
9 00000000 l d .text 00000000 .text
10 00000000 l d .data 00000000 .data
11 00000000 l d .bss 00000000 .bss
12 00000001 l .text 00000000 foo
13
14
15
16 Disassembly of section .text:
17
18 00000000 <foo-0x1>:
19 0: 01 nop
20
21 00000001 <foo>:
22 1: 01 nop
23 2: 01 nop
24 3: 02 0c ff fe brclr d0, #1, foo
25 7: 03 81 bd ff brset d1, d2, foo
26 b: fa
27 c: 02 a0 e7 ff brclr.b \(x\+\), #2, foo
28 10: f5
29 11: 03 c1 84 00 brset.b \(23,d0\), d0, foo
30 15: 17 ff f0
31 18: 02 a0 03 86 brclr.b 902, #2, foo
32 1c: ff e9
This page took 0.029614 seconds and 4 git commands to generate.