9 lines
103 B
C++
9 lines
103 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace z80dis
|
|
{
|
|
const char *getAsm(const uint8_t *memory);
|
|
}
|