Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
687
void jump_decode( std::string& output )
688
{
689
label_decode( output, DECODE_JUMP );
690
}
691
692
void offset_decode( std::string& output )
693
{
Callers
2
J
Function · 0.85
JAL
Function · 0.85
Calls
1
label_decode
Function · 0.85
Tested by
no test coverage detected