disassembler fix (SWAB)
This commit is contained in:
parent
c9a2b39116
commit
5b1d75fb74
1 changed files with 2 additions and 1 deletions
1
cpu.cpp
1
cpu.cpp
|
@ -1822,6 +1822,7 @@ std::map<std::string, std::vector<std::string> > cpu::disassemble(const uint16_t
|
|||
// single_operand_instructions
|
||||
switch(so_opcode) {
|
||||
case 0b00000011:
|
||||
if (!word_mode)
|
||||
text = "SWAB " + dst_text.operand;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue