mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-04 01:30:18 +00:00
Fix undefined variable during disassembly.
This commit is contained in:
parent
c3c1de0a73
commit
d89e5f22b7
@ -80,6 +80,7 @@ class Disassembler:
|
||||
|
||||
if addressing == 'acc':
|
||||
disasm += ' A'
|
||||
length = 1
|
||||
|
||||
elif addressing == 'abs':
|
||||
address = self._mpu.WordAt(pc + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user