Thun/thun/dump-asm.py

5 lines
118 B
Python

s = ' '.join('''\
'''.splitlines()).replace('), ', '),\n')
with open('./asm-dump.txt', 'wb') as f:
f.write(s)