Fix a small set of Z80 problems.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / ez80_unsup_regs.d
CommitLineData
68e52bc7
SB
1#name: eZ80 use unsupported registers as labels
2#as: -march=ez80 --defsym NO_REG_F= --defsym=EZ80=
3#objdump: -d
4#source: unsup_regs.s
5
6.*: .*
7
8Disassembly of section \.text:
9
100+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
200+10 <f>:
21[ ]+10:[ ]+3e 10[ ]+ld a,0x10
22[ ]+12:[ ]+dd 29[ ]+add ix,ix
23[ ]+14:[ ]+dd 86 01[ ]+add a,\(ix\+1\)
24[ ]+17:[ ]+dd 21 34 12[ ]+ld ix,0x1234
25[ ]+1b:[ ]+fd 21 21 43[ ]+ld iy,0x4321
26[ ]+1f:[ ]+fd 22 34 12[ ]+ld \(0x1234\),iy
27[ ]+23:[ ]+fd 77 ff[ ]+ld \(iy\-1\),a
28[ ]+26:[ ]+ed 5f[ ]+ld a,r
29[ ]+28:[ ]+ed 4f[ ]+ld r,a
30[ ]+2a:[ ]+ed 57[ ]+ld a,i
31[ ]+2c:[ ]+ed 47[ ]+ld i,a
32[ ]+2e:[ ]+ed 6e[ ]+ld a,mb
33[ ]+30:[ ]+ed 6d[ ]+ld mb,a
34#pass
This page took 0.023267 seconds and 4 git commands to generate.