2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / inout.d
1 #objdump: -d
2 #name: input and output
3
4 .*: .*
5
6 Disassembly of section .text:
7
8 0+ <.text>:
9 [ ]+0:[ ]+db 76[ ]+in a,\(0x76\)
10 [ ]+2:[ ]+ed 78[ ]+in a,\(c\)
11 [ ]+4:[ ]+ed 40[ ]+in b,\(c\)
12 [ ]+6:[ ]+ed 48[ ]+in c,\(c\)
13 [ ]+8:[ ]+ed 50[ ]+in d,\(c\)
14 [ ]+a:[ ]+ed 58[ ]+in e,\(c\)
15 [ ]+c:[ ]+ed 60[ ]+in h,\(c\)
16 [ ]+e:[ ]+ed 68[ ]+in l,\(c\)
17 [ ]+10:[ ]+d3 76[ ]+out \(0x76\),a
18 [ ]+12:[ ]+ed 79[ ]+out \(c\),a
19 [ ]+14:[ ]+ed 41[ ]+out \(c\),b
20 [ ]+16:[ ]+ed 49[ ]+out \(c\),c
21 [ ]+18:[ ]+ed 51[ ]+out \(c\),d
22 [ ]+1a:[ ]+ed 59[ ]+out \(c\),e
23 [ ]+1c:[ ]+ed 61[ ]+out \(c\),h
24 [ ]+1e:[ ]+ed 69[ ]+out \(c\),l
This page took 0.029651 seconds and 4 git commands to generate.