Even "nicer".
This commit is contained in:
+2
-5
@@ -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'))
|
||||
Reference in New Issue
Block a user