nasm

Forum discussion tagged with nasm.
  1. Sam Groves

    Question Problem compiling binary file with NASM ?

    Hello!I am trying to complile a .asm file to a .o file(binary) I have downloaded nasm: I open the NASM shell: ...\AppData\Local\bin\NASM>nasm -f elf32 kernel.asm -o kasm.o kernel.asm:5: error: parser: instruction expected ...\AppData\Local\bin\NASM>nasm -f elf32 kernel.asm kernel.asm:5...