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