mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-03 09:29:50 +00:00
Correct 8-bit signed integer display problem in disassembler.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
9a264c7c06
commit
99c1e8e2f1
@ -404,7 +404,7 @@ void EightBit::Disassembler::disassembleOther(
|
||||
dumpCount++;
|
||||
break;
|
||||
case 7:
|
||||
specification = "LD HL,SP+%3$04XH";
|
||||
specification = "LD HL,SP%4$+i";
|
||||
dumpCount++;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user