1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-22 19:29:33 +00:00

Fix undefined variable during disassembly.

This commit is contained in:
Mike Naberezny 2008-11-19 03:47:40 +00:00
parent c3c1de0a73
commit d89e5f22b7

View File

@ -80,6 +80,7 @@ class Disassembler:
if addressing == 'acc':
disasm += ' A'
length = 1
elif addressing == 'abs':
address = self._mpu.WordAt(pc + 1)