MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / disasm

Method disasm

pcsx2/DebugTools/DebugInterface.cpp:623–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623std::string R5900DebugInterface::disasm(u32 address, bool simplify)
624{
625 std::string out;
626
627 u32 op = Read32(address);
628 R5900::disR5900Fasm(out, op, address, simplify);
629 return out;
630}
631
632bool R5900DebugInterface::isValidAddress(u32 addr)
633{

Callers 4

dataMethod · 0.80
dataMethod · 0.80
disR5900FasmFunction · 0.80
disassembleMethod · 0.80

Calls 1

disR5900FasmFunction · 0.85

Tested by

no test coverage detected