breakpoints, mem, run, console...

This commit is contained in:
2024-04-12 14:30:53 +02:00
parent b06d880614
commit eb4f2be4a4
6 changed files with 253 additions and 53 deletions

View File

@@ -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);
}