Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68hc11 / lbranch.d
1 #objdump: -d --prefix-addresses
2 #as: -m68hc11
3 #name: lbranch
4
5 # Test handling of basic instructions.
6
7 .*: +file format elf32\-m68hc11
8
9 Disassembly of section .text:
10 0+0000 <_rcall> ldaa #16
11 0+0002 <_rcall\+0x2> jmp 0+010b <Lend>
12 0+0005 <_rcall\+0x5> jsr 0+011b <toto>
13 0+0008 <_rcall\+0x8> beq 0+000d <_rcall\+0xd>
14 0+000a <_rcall\+0xa> jmp 0+011b <toto>
15 0+000d <_rcall\+0xd> bne 0+0012 <_rcall\+0x12>
16 0+000f <_rcall\+0xf> jmp 0+011b <toto>
17 0+0012 <_rcall\+0x12> bcc 0+0017 <_rcall\+0x17>
18 0+0014 <_rcall\+0x14> jmp 0+011b <toto>
19 0+0017 <_rcall\+0x17> bcs 0+001c <_rcall\+0x1c>
20 0+0019 <_rcall\+0x19> jmp 0+011b <toto>
21 0+001c <_rcall\+0x1c> xgdx
22 0+001d <_rcall\+0x1d> xgdx
23 0+001e <_rcall\+0x1e> bne 0+0023 <_rcall\+0x23>
24 0+0020 <_rcall\+0x20> jmp 0+0180 <bidule>
25 0+0023 <_rcall\+0x23> bcc 0+0028 <_rcall\+0x28>
26 0+0025 <_rcall\+0x25> jmp 0+0180 <bidule>
27 0+0028 <_rcall\+0x28> bcs 0+002d <_rcall\+0x2d>
28 0+002a <_rcall\+0x2a> jmp 0+0180 <bidule>
29 0+002d <_rcall\+0x2d> xgdx
30 0+002e <_rcall\+0x2e> jmp 0+00c8 <_rcall\+0xc8>
31 0+0031 <_rcall\+0x31> jsr 0+0783 <bidule\+0x603>
32 0+0034 <_rcall\+0x34> beq 0+0039 <_rcall\+0x39>
33 0+0036 <_rcall\+0x36> jmp 0+010b <Lend>
34 0+0039 <_rcall\+0x39> jsr 0+011b <toto>
35 0+003c <_rcall\+0x3c> bne 0+0041 <_rcall\+0x41>
36 0+003e <_rcall\+0x3e> jmp 0+011b <toto>
37 [ ]*\.\.\.
38 0+0109 <_rcall\+0x109> ldaa \*0+0000 <_rcall>
39 0+010b <Lend> bls 0+0110 <Lend\+0x5>
40 0+010d <Lend\+0x2> jmp 0+0000 <_rcall>
41 0+0110 <Lend\+0x5> bhi 0+0115 <Lend\+0xa>
42 0+0112 <Lend\+0x7> jmp 0+0000 <_rcall>
43 0+0115 <Lend\+0xa> jsr 0+0000 <_rcall>
44 0+0118 <Lend\+0xd> ldx #0+000c <_rcall\+0xc>
45 0+011b <toto> rts
46 [ ]*\.\.\.
47 0+0180 <bidule> rts
This page took 0.032033 seconds and 4 git commands to generate.