mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Fixed bug with ASCIIZ
This commit is contained in:
@@ -804,6 +804,11 @@ def pass_2(lines):
|
||||
emit_word(word_value)
|
||||
write_list(word_value, Dot, list_lnum, list_line)
|
||||
Dot += 1
|
||||
else:
|
||||
word_value = 0
|
||||
emit_word(word_value)
|
||||
write_list(word_value, Dot, list_lnum, list_line)
|
||||
Dot += 1
|
||||
|
||||
elif opcode == 'INC':
|
||||
if not addr:
|
||||
|
||||
Reference in New Issue
Block a user