Comença a funcionar

This commit is contained in:
2024-04-09 14:30:47 +02:00
parent 84fdb68a70
commit d1982fc8b5
5 changed files with 183 additions and 14 deletions

8
z80dis.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <stdint.h>
namespace z80dis
{
const char *getAsm(const uint8_t *memory);
}