Even "nicer".

This commit is contained in:
Simon Forman 2019-11-12 09:06:22 -08:00
parent 54fe7cbab7
commit 9cfb06c736
1 changed files with 2 additions and 5 deletions

View File

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