A Simple Trail on Assembly.
nasm
could be Installed via apt
.
-
Compilation
$ nasm ./init-01.asm -f elf64 [-o ./init-01.o]
-
Linking
$ ld -s ./init-01.o -o ./init-01.out
-
Execution
$ ./init-01.out Holax, sekai! 39 Sharing (the World) We're Sharing an Endless Love
(The part in brackets
()
is User's input.)