Files
Learning_Assembly/x86_64/Hello/assemble.txt
2025-04-14 17:05:27 -04:00

3 lines
57 B
Plaintext

nasm -f elf64 -o output.o input.asm
ld input.o -o binary