diff 68kinst.h @ 134:ab50421b1b7a

Improve disassembler
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 Dec 2012 09:55:18 -0800
parents d212e0cd0b7e
children 3457dc6fd558
line wrap: on
line diff
--- a/68kinst.h	Sun Dec 30 09:55:07 2012 -0800
+++ b/68kinst.h	Sun Dec 30 09:55:18 2012 -0800
@@ -185,6 +185,7 @@
 uint16_t * m68k_decode(uint16_t * istream, m68kinst * dst, uint32_t address);
 uint32_t m68k_cycles(m68kinst * inst);
 int m68k_disasm(m68kinst * decoded, char * dst);
+int m68k_disasm_labels(m68kinst * decoded, char * dst);
 
 #endif