Charming.
This commit is contained in:
parent
f201cd6bb3
commit
54fe7cbab7
|
|
@ -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)
|
||||
Loading…
Reference in New Issue