mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-08-15 11:27:27 +00:00
Correct Z80 disassembler format issue.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -261,7 +261,7 @@ namespace EightBit
|
|||||||
switch (q)
|
switch (q)
|
||||||
{
|
{
|
||||||
case 0: // LD (nn),rp
|
case 0: // LD (nn),rp
|
||||||
specification = "LD ({1:X4H)," + this.RP(p);
|
specification = "LD ({1:X4}H)," + this.RP(p);
|
||||||
break;
|
break;
|
||||||
case 1: // LD rp,(nn)
|
case 1: // LD rp,(nn)
|
||||||
specification = "LD " + this.RP(p) + ",(%2$04XH)";
|
specification = "LD " + this.RP(p) + ",(%2$04XH)";
|
||||||
|
Reference in New Issue
Block a user