mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-09-29 16:16:42 +00:00
Make the Z80 disassembler a little more compatible with the C++ version.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -55,6 +55,8 @@ namespace EightBit
|
|||||||
+ $"B={b:x2} C={c:x2} "
|
+ $"B={b:x2} C={c:x2} "
|
||||||
+ $"D={d:x2} E={e:x2} "
|
+ $"D={d:x2} E={e:x2} "
|
||||||
+ $"H={h:x2} L={l:x2} "
|
+ $"H={h:x2} L={l:x2} "
|
||||||
|
+ $"IX={cpu.IX.Word:x4} "
|
||||||
|
+ $"IY={cpu.IY.Word:x4} "
|
||||||
+ $"I={i:x2} R={(byte)r:x2} "
|
+ $"I={i:x2} R={(byte)r:x2} "
|
||||||
+ $"IM={im} "
|
+ $"IM={im} "
|
||||||
+ $"IFF1={(cpu.IFF1 ? 1 : 0)} "
|
+ $"IFF1={(cpu.IFF1 ? 1 : 0)} "
|
||||||
|
Reference in New Issue
Block a user