breakpoints, mem, run, console...
This commit is contained in:
6
z80dis.h
6
z80dis.h
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace z80dis
|
||||
{
|
||||
const char *getAsm(const uint8_t *memory);
|
||||
const char *getOpcode(const uint8_t *memory);
|
||||
const int getOpcodeSize(const uint8_t *memory);
|
||||
const char *getAsm(const uint16_t pos);
|
||||
const char *getOpcode(const uint16_t pos);
|
||||
const int getOpcodeSize(const uint16_t pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user