This commit is contained in:
Rick Gibbed 2013-05-26 00:48:53 -07:00
parent 7febbe0f86
commit 1640acaf8a
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ XEDISASMR(mfspr, 0x7C0002A6, XFX)(InstrData& i, InstrDisasm& d) {
} }
XEDISASMR(mftb, 0x7C0002E6, XFX)(InstrData& i, InstrDisasm& d) { XEDISASMR(mftb, 0x7C0002E6, XFX)(InstrData& i, InstrDisasm& d) {
XEINSTRNOTIMPLEMENTED(); d.Init("mftb", "Move From Time Base", 0);
return 1; d.AddRegOperand(InstrRegister::kGPR, i.XFX.RT, InstrRegister::kWrite);
return d.Finish();
} }
XEDISASMR(mtcrf, 0x7C000120, XFX)(InstrData& i, InstrDisasm& d) { XEDISASMR(mtcrf, 0x7C000120, XFX)(InstrData& i, InstrDisasm& d) {