mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-30 13:24:11 +00:00
Another (minor) LR35902 disassembler problem corrected.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -636,7 +636,7 @@ namespace EightBit
|
||||
ioRegister = IoRegister.Register;
|
||||
break;
|
||||
case 7:
|
||||
specification = "LD A,(%2$04XH)";
|
||||
specification = "LD A,({1:X4}H)";
|
||||
dumpCount += 2;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user