mirror of
https://github.com/jefftranter/udis.git
synced 2024-12-27 19:30:05 +00:00
65816: fixed max instruction length
This commit is contained in:
parent
6acdf2cdeb
commit
ff078dfd89
2
65816.py
2
65816.py
@ -8,7 +8,7 @@
|
|||||||
# AddressWidth = 16/24 # 16-bit or 24-bit addresses depending on processor mode
|
# AddressWidth = 16/24 # 16-bit or 24-bit addresses depending on processor mode
|
||||||
|
|
||||||
# Maximum length of an instruction (for formatting purposes)
|
# Maximum length of an instruction (for formatting purposes)
|
||||||
maxLength = 3
|
maxLength = 4
|
||||||
|
|
||||||
# Leadin bytes for multibyte instructions
|
# Leadin bytes for multibyte instructions
|
||||||
leadInBytes = []
|
leadInBytes = []
|
||||||
|
Loading…
Reference in New Issue
Block a user