Hello world in nasm assembler
Architecture: Linux x86_64
nasm -felf64 hello_world.asm &&
ld hello_world.o -o hello_world &&
./hello_world
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Hello world in nasm assembler
Architecture: Linux x86_64
nasm -felf64 hello_world.asm &&
ld hello_world.o -o hello_world &&
./hello_world