Even "nicer".
This commit is contained in:
parent
54fe7cbab7
commit
9cfb06c736
|
|
@ -1,5 +1,2 @@
|
||||||
s = ' '.join('''\
|
with open('./thun/asm-dump.txt', 'wb') as f: f.write(' '.join('''\
|
||||||
'''.splitlines()).replace('), ', '),\n')
|
'''.splitlines()).replace('), ', '),\n'))
|
||||||
|
|
||||||
with open('./asm-dump.txt', 'wb') as f:
|
|
||||||
f.write(s)
|
|
||||||
Loading…
Reference in New Issue