Files
Thun/thun/dump-asm.py
T
2019-11-12 09:06:22 -08:00

2 lines
109 B
Python

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