mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-30 03:32:13 +00:00
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:
parent
6940a54355
commit
4b0cf426b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user