Written on
·
172
0
root@stud:/home/x86_exam/hello# nasm -felf32 hello_world.asm && ld -I/ilb/ld-linux.so.2 -lc --entry main hello_world.o
root@stud:/home/x86_exam/hello# ls
a.out hello_world.asm hello_world.o
root@stud:/home/x86_exam/hello# ./a.out
bash: ./a.out: No such file or directory
파일을 찾을수없다고 하는건가요?