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

Function JAL

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

Source from the content-addressed store, hash-verified

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 )
791{

Callers

nothing calls this directly

Calls 1

jump_decodeFunction · 0.85

Tested by

no test coverage detected