Thun/thun/dump-asm.py

2 lines
109 B
Python

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