Another (minor) LR35902 disassembler problem corrected.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2019-07-27 14:18:39 +01:00
parent 65f47e07fc
commit bf0e793603

View File

@@ -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;
}