1
0
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:
Ross Wilson
2016-02-15 15:15:22 +07:00
parent c56a275f10
commit 26a8d7b54e

View File

@@ -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: