Correct case error in LR35902 disassembler

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-08-14 22:57:46 +01:00
parent 6506b33436
commit 2bbb021176

View File

@ -426,7 +426,7 @@ void EightBit::Disassembler::disassembleOther(
specification = "JP (HL)";
break;
case 3: // LD SP,HL
specification = "LD SP,Hl";
specification = "LD SP,HL";
break;
}
}