Fix a small set of Z80 problems.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / z180_unsup_regs.d
1 #name: Z180 use unsupported registers as labels
2 #as: -march=z180 --defsym NO_REG_F= --defsym NO_XYHL=
3 #objdump: -d
4 #source: unsup_regs.s
5
6 .*: .*
7
8 Disassembly of section \.text:
9
10 0+00 <_start>:
11 [ ]+0:[ ]+3e 02[ ]+ld a,0x02
12
13 0+02 <ixl>:
14 [ ]+2:[ ]+06 04[ ]+ld b,0x04
15
16 0+04 <ixh>:
17 [ ]+4:[ ]+0e 06[ ]+ld c,0x06
18
19 0+06 <iyl>:
20 [ ]+6:[ ]+16 08[ ]+ld d,0x08
21
22 0+08 <f>:
23 [ ]+8:[ ]+3e 08[ ]+ld a,0x08
24 [ ]+a:[ ]+dd 29[ ]+add ix,ix
25 [ ]+c:[ ]+dd 86 01[ ]+add a,\(ix\+1\)
26 [ ]+f:[ ]+dd 21 34 12 ld ix,0x1234
27 [ ]+13:[ ]+fd 21 21 43 ld iy,0x4321
28 [ ]+17:[ ]+fd 22 34 12 ld \(0x1234\),iy
29 [ ]+1b:[ ]+fd 77 ff[ ]+ld \(iy\-1\),a
30 [ ]+1e:[ ]+ed 5f[ ]+ld a,r
31 [ ]+20:[ ]+ed 4f[ ]+ld r,a
32 [ ]+22:[ ]+ed 57[ ]+ld a,i
33 [ ]+24:[ ]+ed 47[ ]+ld i,a
34
35 0+26 <mb>:
36 [ ]+26:[ ]+21 26 00[ ]+ld hl,0x0026
37 [ ]+29:[ ]+3e 26[ ]+ld a,0x26
38 [ ]+2b:[ ]+32 26 00[ ]+ld \(0x0026\),a
39 #pass
This page took 0.043483 seconds and 4 git commands to generate.