NASM programX86should run successfully in nasm in Linux platform while using the below commands for your clarity...
nasm -f elf question.asmld -melf_i386 question.o -o answer./answer
here question is code file name and answer is what we are giving for output file.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here