#ifndef _DISASM_HELPER_H
#define _DISASM_HELPER_H
#include "_global.h"
//functions
const char* disasmtext(uint addr);
#endif // _DISASM_HELPER_H