Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ SprintRSPOpCodeInfo
Function
SprintRSPOpCodeInfo
Source/Utility/PrintOpCode.cpp:1150–1153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1148
}
1149
1150
void SprintRSPOpCodeInfo(char *str, u32 address, OpCode op)
1151
{
1152
SprintRSPOp_Instructions[ op.op ]( str, address, op );
1153
}
1154
1155
#endif // DAEDALUS_SILENT
1156
Callers
2
RDP_DumpRSPCode
Function · 0.85
Dump_DisassembleRSPRange
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected