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

Function jump_decode

pcsx2/DebugTools/DisR5900asm.cpp:687–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687void jump_decode( std::string& output )
688{
689 label_decode( output, DECODE_JUMP );
690}
691
692void offset_decode( std::string& output )
693{

Callers 2

JFunction · 0.85
JALFunction · 0.85

Calls 1

label_decodeFunction · 0.85

Tested by

no test coverage detected