gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / colonless.d
CommitLineData
6655dba2
SB
1#name: colonless labels
2#source: colonless.s -colonless
3#objdump: -d
4
5.*:[ ]+file format (coff)|(elf32)\-z80
6
7
8Disassembly of section \.text:
9
68e52bc7 100+0 <start>:
6655dba2 11[ ]+0:[ ]+3e 00[ ]+ld a,0x00
68e52bc7 12[ ]+2:[ ]+28 0d[ ]+jr z,0x0011
6655dba2
SB
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
68e52bc7
SB
200+10 <label>:
21[ ]+10:[ ]+e9[ ]+jp \(hl\)
22
230+11 <finish>:
24[ ]+11:[ ]+c9[ ]+ret
25#pass
This page took 0.05088 seconds and 4 git commands to generate.