ADD/SUB disassembly
Some checks are pending
CodeQL / Analyze (push) Waiting to run

This commit is contained in:
Folkert van Heusden 2025-04-06 18:39:25 +02:00
parent 068aa51560
commit 01b510df22
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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)
text += " (INV3)";
if (do_opcode == 0b110)
word_mode_str.clear();
text = name + word_mode_str + space + src_text.operand + comma + dst_text.operand;
}