65816: fixed max instruction length

This commit is contained in:
Rob McMullen
2016-03-04 11:44:14 -08:00
parent 6acdf2cdeb
commit ff078dfd89
+1 -1
View File
@@ -8,7 +8,7 @@
# AddressWidth = 16/24 # 16-bit or 24-bit addresses depending on processor mode
# Maximum length of an instruction (for formatting purposes)
maxLength = 3
maxLength = 4
# Leadin bytes for multibyte instructions
leadInBytes = []