Fix a small set of Z80 problems.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / r800_unsup_regs.d
1 #name: R800 use unsupported registers as labels
2 #as: -march=r800
3 #objdump: -d
4 #source: unsup_regs.s
5
6 .*: .*
7
8 Disassembly of section \.text:
9
10 0+00 <_start>:
11 [ ]+0:[ ]+dd 7d[ ]+ld a,ixl
12 [ ]+2:[ ]+dd 67[ ]+ld ixh,a
13 [ ]+4:[ ]+dd 44[ ]+ld b,ixh
14 [ ]+6:[ ]+dd 68[ ]+ld ixl,b
15 [ ]+8:[ ]+fd 4d[ ]+ld c,iyl
16 [ ]+a:[ ]+fd 61[ ]+ld iyh,c
17 [ ]+c:[ ]+fd 54[ ]+ld d,iyh
18 [ ]+e:[ ]+fd 6a[ ]+ld iyl,d
19 [ ]+10:[ ]+ed 70[ ]+in f,\(c\)
20 [ ]+12:[ ]+dd 29[ ]+add ix,ix
21 [ ]+14:[ ]+dd 86 01[ ]+add a,\(ix\+1\)
22 [ ]+17:[ ]+dd 21 34 12 ld ix,0x1234
23 [ ]+1b:[ ]+fd 21 21 43 ld iy,0x4321
24 [ ]+1f:[ ]+fd 22 34 12 ld \(0x1234\),iy
25 [ ]+23:[ ]+fd 77 ff[ ]+ld \(iy\-1\),a
26 [ ]+26:[ ]+ed 5f[ ]+ld a,r
27 [ ]+28:[ ]+ed 4f[ ]+ld r,a
28 [ ]+2a:[ ]+ed 57[ ]+ld a,i
29 [ ]+2c:[ ]+ed 47[ ]+ld i,a
30
31 0+2e <mb>:
32 [ ]+2e:[ ]+21 2e 00[ ]+ld hl,0x002e
33 [ ]+31:[ ]+3e 2e[ ]+ld a,0x2e
34 [ ]+33:[ ]+32 2e 00[ ]+ld \(0x002e\),a
35 #pass
This page took 0.02988 seconds and 4 git commands to generate.