3 lines
No EOL
163 B
Bash
Executable file
3 lines
No EOL
163 B
Bash
Executable file
nasm -f elf64 test.asm -o test.o
|
|
ld -T link.ld -nostdlib --no-dynamic-linker --strip-all test.o -o sk-hello.elf
|
|
echo "Test executable has been built successfully." |