Home | History | Annotate | Download | only in z80
      1 #objdump: -d
      2 #name: instructions with offsets
      3 
      4 .*: .*
      5 
      6 Disassembly of section .text:
      7 
      8 0+ <.text>:
      9 
     10 [ 	]+0:[ 	]+18 7e[ 	]+jr 0x0080
     11 [ 	]+2:[ 	]+dd 34 05[ 	]+inc \(ix\+5\)
     12 [ 	]+5:[ 	]+fd 35 ff[ 	]+dec \(iy\+?-1\)
     13 [ 	]+8:[ 	]+dd 7e 80[ 	]+ld a,\(ix\+?-128\)
     14 [ 	]+b:[ 	]+fd 77 7f[ 	]+ld \(iy\+127\),a
     15 [ 	]+e:[ 	]+10 f0[ 	]+djnz 0x0000
     16 [ 	]+10:[ 	]+28 02[ 	]+jr z,0x0014
     17 [ 	]+12:[ 	]+38 04[ 	]+jr c,0x0018
     18 [ 	]+14:[ 	]+20 02[ 	]+jr nz,0x0018
     19 [ 	]+16:[ 	]+30 fc[ 	]+jr nc,0x0014
     20 [ 	]+18:[ 	]+dd 36 22 09[ 	]+ld \(ix\+34\),0x09
     21 [ 	]+1c:[ 	]+fd 36 de f7[ 	]+ld \(iy\+?-34\),0xf7
     22 [ 	]+20:[ 	]+dd cb 37 1e[ 	]+rr \(ix\+55\)
     23 [ 	]+24:[ 	]+fd cb c9 16[ 	]+rl \(iy\+?-55\)
     24 #pass
     25