Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / jsr.d
1 #objdump: -d
2 #name: JSR instruction
3 #source: jsr.s
4
5
6
7 dump.o: file format elf32-s12z
8
9
10 Disassembly of section .text:
11
12 00000000 <.text>:
13 0: ab b8 jsr d2
14 2: ab 52 jsr \(2,y\)
15 4: ab f3 jsr \(\+y\)
16 6: ab d3 jsr \(-y\)
17 8: ab f7 jsr \(y\+\)
18 a: ab d7 jsr \(y-\)
19 c: ab e3 jsr \(\+x\)
20 e: ab c3 jsr \(-x\)
21 10: ab e7 jsr \(x\+\)
22 12: ab c7 jsr \(x-\)
23 14: ab fb jsr \(-s\)
24 16: ab ff jsr \(s\+\)
25 18: ab 89 jsr \(d3,x\)
26 1a: ab 86 00 1e jsr \(30,d6\)
27 1e: ab f0 5d jsr \(93,p\)
28 21: ab d4 2d jsr \[45,y\]
29 24: ab 00 0c jsr 12
30 27: ab 0f b5 jsr 4021
31 2a: ab f9 be 91 jsr 114321
32 2e: ab fe 07 82 jsr \[492134\]
33 32: 66
This page took 0.039063 seconds and 4 git commands to generate.