205
205
# The data stream allows >64kB in a copy, but to match the compiled
206
206
# code, we will also limit it to a 64kB copy
207
207
for start_byte in xrange(first_byte, stop_byte, 64*1024):
209
209
copy_bytes = encode_copy_instruction(start_byte, num_bytes)
210
210
out_lines.append(copy_bytes)
211
211
index_lines.append(False)