ja@Fortress:~/asembler$ ls
hello.asm
a@Fortress:~/asembler$ nasm hello.asm
a@Fortress:~/asembler$ ls
hello hello.asm
a@Fortress:~/asembler$ ld hello
hello: file not recognized: File format not recognized
a@Fortress:~/asembler$ chmod u+rwx hello
a@Fortress:~/asembler$ ls
hello hello.asm
a@Fortress:~/asembler$ ld hello
hello: file not recognized: File format not recognized
a@Fortress:~/asembler$
próbuję ruszyć na Linux-ie asemblera. Co robię źle?
Plik wzięty z kursu: