diff z80inst.h @ 314:54c0e5f22198

Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler
author Mike Pavone <pavone@retrodev.com>
date Thu, 09 May 2013 19:38:28 -0700
parents a13329645ea3
children 140af5509ce7
line wrap: on
line diff
--- a/z80inst.h	Thu May 09 19:24:18 2013 -0700
+++ b/z80inst.h	Thu May 09 19:38:28 2013 -0700
@@ -131,7 +131,7 @@
 } z80inst;
 
 uint8_t * z80_decode(uint8_t * istream, z80inst * decoded);
-int z80_disasm(z80inst * decoded, char * dst);
+int z80_disasm(z80inst * decoded, char * dst, uint16_t address);
 uint8_t z80_high_reg(uint8_t reg);
 uint8_t z80_low_reg(uint8_t reg);
 uint8_t z80_word_reg(uint8_t reg);