1 #objdump: -d
2 #name: index instructions with label as offset
3 
4 .*: .*
5 
6 Disassembly of section .text:
7 
8 00000000 <begin>:
9 [       ]+0:[ 	]+3e 20[ 	]+ld a,0x20
10 [       ]+2:[ 	]+dd 7e 20[ 	]+ld a,\(ix\+32\)
11 [       ]+5:[ 	]+3e 40[ 	]+ld a,0x40
12 [       ]+7:[ 	]+dd 7e 40[ 	]+ld a,\(ix\+64\)
13 [       ]+a:[ 	]+c9[ 	]+ret
14