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

Function label_decode

pcsx2/DebugTools/DisR5900asm.cpp:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678//*****************SOME DECODE STUFF***************************
679
680void label_decode( std::string& output, u32 addr )
681{
682 char buffer[32];
683 std::snprintf(buffer, std::size(buffer), "->$0x%08X", addr);
684 output += std::string(buffer);
685}
686
687void jump_decode( std::string& output )
688{

Callers 2

jump_decodeFunction · 0.85
offset_decodeFunction · 0.85

Calls 2

sizeFunction · 0.50
stringClass · 0.50

Tested by

no test coverage detected