ppsspp/Core/MIPS/MIPSAsm.h

9 lines
191 B
C
Raw Normal View History

2013-07-28 12:50:25 +00:00
#pragma once
#include "Core/Debugger/DebugInterface.h"
namespace MIPSAsm {
2014-11-21 23:11:28 +00:00
bool MipsAssembleOpcode(const char* line, DebugInterface* cpu, u32 address);
std::wstring GetAssembleError();
}