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...