ex,py debug info

This commit is contained in:
2025-06-23 16:02:02 -04:00
parent b876427a36
commit cbda7e79fa
+1
View File
@@ -19,6 +19,7 @@ def write_asm(atrview, out, page, line_from, line_to, skip_left, skip_right):
break
with open(out, 'wt') as f:
print(f'Writing file: {out}')
print_lines(dtas, line_from, line_to, skip_left,skip_right, f)