SAIFIINDUSTRIES's picture
Add Batch 7 with 10 repos
24bce15 verified
Raw
History Blame Contribute Delete
181 Bytes
with open('MiSTerFileSystem.asm', 'r+b') as f:
text = f.read().decode('utf-8')
text = text.replace('section', ';section')
f.seek(0, 0)
f.write(text.encode('utf-8'))