- Comença a vores el depurador

This commit is contained in:
2024-04-10 20:35:36 +02:00
parent 1dec5f7a30
commit 9a65ef3915
5 changed files with 101 additions and 19 deletions

View File

@@ -4,5 +4,5 @@
namespace z80dis
{
void printAsm(const uint8_t *memory);
const char *getAsm(const uint8_t *memory, const bool include_opcode=true);
}