Even "nicer".
This commit is contained in:
parent
54fe7cbab7
commit
9cfb06c736
|
|
@ -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'))
|
||||
Loading…
Reference in New Issue