| 881 | |
| 882 | void BLEZL( std::string& output ) { disBranch(output, "blezl", DECODE_RS); } |
| 883 | void BGTZL( std::string& output ) { disBranch(output, "bgtzl", DECODE_RS); } |
| 884 | void DADDI( std::string& output ) { _sap("daddi\t%s, 0x%04X") disDestSource(DECODE_RT, DECODE_RS), DECODE_IMMED); } |
| 885 | void DADDIU( std::string& output ) { _sap("daddiu\t%s, 0x%04X") disDestSource(DECODE_RT, DECODE_RS), DECODE_IMMED); } |
| 886 |
nothing calls this directly
no test coverage detected