mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-03 09:29:50 +00:00
Correct LR35902 disassembler mistake.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
9f404d46a4
commit
86d5ae4745
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user