Add a couple of missing instructions to the disassembler (used by the ZX Spectrum ROM)

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-08-18 17:40:18 +01:00
parent 6940a54355
commit 4b0cf426b9

View File

@ -300,6 +300,12 @@ void EightBit::Disassembler::disassembleED(
break;
case 1:
switch (z) {
case 0:
specification = "IN " + R(y) + ",(C)";
break;
case 1:
specification = "OUT (C)," + (y != 6 ? R(y) : "0");
break;
case 2:
switch (q) {
case 0: // SBC HL,rp