z80: fixed c,n

This commit is contained in:
Rob McMullen 2016-02-24 14:44:43 -08:00
parent d24230106f
commit 4c08d9e0a9
1 changed files with 1 additions and 2 deletions

3
z80.py
View File

@ -141,8 +141,7 @@ addressModeTable = {
"c,indix+d" : "c,(ix+${0:02X})",
"c,indiy+d" : "c,(iy+${0:02X})",
"c,l" : "c,l",
"c,n" : "b,${0:02X}",
"c,n" : "c,${0:04X}",
"c,n" : "c,${0:02X}",
"c,nn" : "c,${1:02X}{0:02X}",
"d" : "d",
"d,a" : "d,a",