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

Function J

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

Standard Opcodes

Source from the content-addressed store, hash-verified

785
786//********************* Standard Opcodes***********************
787void J( std::string& output ) { output += "j\t"; jump_decode(output);}
788void JAL( std::string& output ) { output += "jal\t"; jump_decode(output);}
789
790void BEQ( std::string& output )

Callers

nothing calls this directly

Calls 1

jump_decodeFunction · 0.85

Tested by

no test coverage detected