From 7c1e92cdc17788e59c0aca980caac79e4b9bc643 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 9 May 2013 19:38:28 -0700 Subject: Show absolute addresses for JR, JRCC and DJNZ in Z80 disassembler --- z80inst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'z80inst.h') diff --git a/z80inst.h b/z80inst.h index 56fd8bd..985a561 100644 --- a/z80inst.h +++ b/z80inst.h @@ -131,7 +131,7 @@ typedef struct { } 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); -- cgit v1.2.3