1 2 3 4 5
#!/bin/bash nasm -f elf64 -g -o stuck/tnslc.o stuck/tnslc.asm gcc -g -o stuck/tnslc stuck/tnslc.o