I tried it so many time, but while executing the assembly language code on terminal through nasm to make an executable file, then I stuck here, any one can help me to get out of this problem..
i tried these command line to execute it.
nasm -f elf helloworld.asm
to make run the file then i want to make an object file to execute it so I used this command
id -s -o helloworld helloworld.o
but the second command is not running because there are no command options such as -s
or -o
.
Please help me and follow the image thanks