@@ -4,5 +4,7 @@
namespace z80dis
{
const char *getAsm(const uint8_t *memory, const bool include_opcode=true);
const char *getAsm(const uint8_t *memory);
const char *getOpcode(const uint8_t *memory);
const int getOpcodeSize(const uint8_t *memory);
}
The note is not visible to the blocked user.