Charming.

This commit is contained in:
Simon Forman 2019-11-12 09:03:54 -08:00
parent f201cd6bb3
commit 54fe7cbab7
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
s = ''''''
s = s.splitlines()
s = ' '.join(s)
s = s.replace('), ', '),\n')
with open('thun/asm-dump.txt', 'wb') as f:
s = ' '.join('''\
'''.splitlines()).replace('), ', '),\n')
with open('./asm-dump.txt', 'wb') as f:
f.write(s)