diff --git a/thun/dump-asm.py b/thun/dump-asm.py index b1466a9..c0114cd 100644 --- a/thun/dump-asm.py +++ b/thun/dump-asm.py @@ -1,5 +1,2 @@ -s = ' '.join('''\ -'''.splitlines()).replace('), ', '),\n') - -with open('./asm-dump.txt', 'wb') as f: - f.write(s) \ No newline at end of file +with open('./thun/asm-dump.txt', 'wb') as f: f.write(' '.join('''\ +'''.splitlines()).replace('), ', '),\n')) \ No newline at end of file