Charming.
This commit is contained in:
+4
-5
@@ -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)
|
||||||
Reference in New Issue
Block a user