This commit is contained in:
parent
068aa51560
commit
01b510df22
1 changed files with 2 additions and 0 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -2203,6 +2203,8 @@ std::map<std::string, std::vector<std::string> > cpu::disassemble(const uint16_t
|
||||||
if (src_text.valid == false || dst_text.valid == false)
|
if (src_text.valid == false || dst_text.valid == false)
|
||||||
text += " (INV3)";
|
text += " (INV3)";
|
||||||
|
|
||||||
|
if (do_opcode == 0b110)
|
||||||
|
word_mode_str.clear();
|
||||||
text = name + word_mode_str + space + src_text.operand + comma + dst_text.operand;
|
text = name + word_mode_str + space + src_text.operand + comma + dst_text.operand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue