Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / maxq10 / call.d
1 #objdump: -dw
2 #name: call operations
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7 0+000 <foo>:
8 0: 02 3d [ ]*CALL #02h
9 2: 00 0b [ ]*MOVE PFX\[0\], #00h
10
11 0+004 <SmallCall>:
12 4: 0d 8c [ ]*RET
13 6: 0d ac [ ]*RET C
14 8: 0d 9c [ ]*RET Z
15 a: 0d dc [ ]*RET NZ
16 c: 0d cc [ ]*RET S
17 e: 8d 8c [ ]*RETI
18 10: 8d ac [ ]*RETI C
19 12: 8d 9c [ ]*RETI Z
20 14: 8d dc [ ]*RETI NZ
21 16: 8d cc [ ]*RETI S
22 18: 10 7d [ ]*MOVE LC\[1\], #10h
23 1a: 00 3d [ ]*CALL #00h
24 1c: ff 5d [ ]*DJNZ LC\[1\], #ffh
25 1e: 10 7d [ ]*MOVE LC\[1\], #10h
26 20: 00 3d [ ]*CALL #00h
27 ...
28 422: 00 0b [ ]*MOVE PFX\[0\], #00h
29 424: 1c 5d [ ]*DJNZ LC\[1\], #1ch
30
31 426: 8d 8c [ ]*RETI
32 428: 8d ac [ ]*RETI C
33 42a: 8d 9c [ ]*RETI Z
34 42c: 8d dc [ ]*RETI NZ
35 42e: 8d cc [ ]*RETI S
36 ...
This page took 0.041163 seconds and 4 git commands to generate.