Fix incorrect instruction in the emulator disassembler.
This commit is contained in:
parent
1101922563
commit
97bed6c0a5
|
@ -167,8 +167,8 @@ static struct insn insns[0x100] =
|
|||
{ "mov m, e", NOTHING },
|
||||
{ "mov m, h", NOTHING },
|
||||
{ "mov m, l", NOTHING },
|
||||
{ "mov m, m", NOTHING },
|
||||
{ "hlt", NOTHING },
|
||||
{ "mov m, a", NOTHING },
|
||||
|
||||
/* 77-7f */
|
||||
{ "mov a, b", NOTHING },
|
||||
|
|
Loading…
Reference in a new issue