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

Function LDL

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

Source from the content-addressed store, hash-verified

913}
914
915void LDL( std::string& output ) { disMemAccess(output,"ldl"); }
916void LDR( std::string& output ) { disMemAccess(output,"ldr"); }
917void LB( std::string& output ) { disMemAccess(output,"lb"); }
918void LH( std::string& output ) { disMemAccess(output,"lh"); }

Callers

nothing calls this directly

Calls 1

disMemAccessFunction · 0.85

Tested by

no test coverage detected