mirror of
https://github.com/jefftranter/udis.git
synced 2025-08-12 12:25:36 +00:00
Fixed missing nc,pcr in last commit
This commit is contained in:
2
z80.py
2
z80.py
@@ -274,7 +274,7 @@ addressModeTable = {
|
|||||||
"n,indix+d" : "n,(ix+${0:02X})",
|
"n,indix+d" : "n,(ix+${0:02X})",
|
||||||
"n,indiy+d" : "n,(iy+${0:02X})",
|
"n,indiy+d" : "n,(iy+${0:02X})",
|
||||||
"nc" : "nc",
|
"nc" : "nc",
|
||||||
"nc,n" : "nc,${0:04X}",
|
"nc,pcr" : "nc,${0:04X}",
|
||||||
"nc,nn" : "nc,${1:02X}{0:02X}",
|
"nc,nn" : "nc,${1:02X}{0:02X}",
|
||||||
"nn" : "${1:02X}{0:02X}",
|
"nn" : "${1:02X}{0:02X}",
|
||||||
"nz" : "nz",
|
"nz" : "nz",
|
||||||
|
Reference in New Issue
Block a user