z80: removed inadvertently added test addressing mode

This commit is contained in:
Rob McMullen 2016-02-29 13:26:40 -08:00
parent c924ce0fc2
commit f8d8de1bcc
1 changed files with 0 additions and 1 deletions

1
z80.py
View File

@ -297,7 +297,6 @@ addressModeTable = {
"z" : "z",
"z,pcr" : "z,${0:04X}",
"z,nn" : "z,${1:02X}{0:02X}",
"bit" : "${0:02X},${1:02X}",
}
# Op Code Table