Allow individual targets to decide if string escapes should be allowed. Disable...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / colonless.d
1 #name: colonless labels
2 #source: colonless.s -colonless
3 #objdump: -d
4
5 .*:[ ]+file format (coff)|(elf32)\-z80
6
7
8 Disassembly of section \.text:
9
10 00000000 <start>:
11 [ ]+0:[ ]+3e 00[ ]+ld a,0x00
12 [ ]+2:[ ]+28 0c[ ]+jr z,0x0010
13 [ ]+4:[ ]+3e 01[ ]+ld a,0x01
14 [ ]+6:[ ]+3e 02[ ]+ld a,0x02
15 [ ]+8:[ ]+3e 03[ ]+ld a,0x03
16 [ ]+a:[ ]+18 f4[ ]+jr 0x0000
17 [ ]+c:[ ]+18 f4[ ]+jr 0x0002
18 [ ]+e:[ ]+18 f6[ ]+jr 0x0006
19
20 00000010 <finish>:
21 [ ]+10:[ ]+c9[ ]+ret
This page took 0.030762 seconds and 4 git commands to generate.