Sen Zhang
Results
4
comments of
Sen Zhang
好的,谢谢提醒,不过要等这周忙完后
working on it
@richard1122 没找到这个 nasm.sh ,这个是不是临时测试用的 shell 忘记删了?
找到了, ```bash #!/bin/sh nasm -f elf32 $1 && gcc -m32 -o $2 a.o ```