Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / z180.d
1 #as: -z180
2 #objdump: -d
3 #name: Z180 specific instructions
4
5 .*: .*
6
7 Disassembly of section .text:
8
9 0+ <.text>:
10 \s+0:\s+ed 38 05\s+in0 a,\(0x05\)
11 \s+3:\s+ed 00 05\s+in0 b,\(0x05\)
12 \s+6:\s+ed 08 05\s+in0 c,\(0x05\)
13 \s+9:\s+ed 10 05\s+in0 d,\(0x05\)
14 \s+c:\s+ed 18 05\s+in0 e,\(0x05\)
15 \s+f:\s+ed 20 05\s+in0 h,\(0x05\)
16 \s+12:\s+ed 28 05\s+in0 l,\(0x05\)
17 \s+15:\s+ed 39 05\s+out0 \(0x05\),a
18 \s+18:\s+ed 01 05\s+out0 \(0x05\),b
19 \s+1b:\s+ed 09 05\s+out0 \(0x05\),c
20 \s+1e:\s+ed 11 05\s+out0 \(0x05\),d
21 \s+21:\s+ed 19 05\s+out0 \(0x05\),e
22 \s+24:\s+ed 21 05\s+out0 \(0x05\),h
23 \s+27:\s+ed 29 05\s+out0 \(0x05\),l
24 \s+2a:\s+ed 4c\s+mlt bc
25 \s+2c:\s+ed 5c\s+mlt de
26 \s+2e:\s+ed 6c\s+mlt hl
27 \s+30:\s+ed 7c\s+mlt sp
28 \s+32:\s+ed 3c\s+tst a
29 \s+34:\s+ed 04\s+tst b
30 \s+36:\s+ed 0c\s+tst c
31 \s+38:\s+ed 14\s+tst d
32 \s+3a:\s+ed 1c\s+tst e
33 \s+3c:\s+ed 24\s+tst h
34 \s+3e:\s+ed 2c\s+tst l
35 \s+40:\s+ed 34\s+tst \(hl\)
36 \s+42:\s+ed 64 0f\s+tst 0x0f
37 \s+45:\s+ed 74 f0\s+tstio 0xf0
38 \s+48:\s+ed 76\s+slp
39 \s+4a:\s+ed 83\s+otim
40 \s+4c:\s+ed 8b\s+otdm
41 \s+4e:\s+ed 93\s+otimr
42 \s+50:\s+ed 9b\s+otdmr
This page took 0.031455 seconds and 4 git commands to generate.