Correct LR35902 disassembler mistake.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-07-27 19:48:22 +01:00
parent 9f404d46a4
commit 86d5ae4745

View File

@ -423,7 +423,7 @@ void EightBit::GameBoy::Disassembler::disassembleOther(
dumpCount++; dumpCount++;
break; break;
case 7: case 7:
specification = "LD HL,SP%4$+i"; specification = "LD HL,SP+%4%";
dumpCount++; dumpCount++;
break; break;
} }