to assembler nasm asm linux hello-world by nando.quintana
;; http://www.roesler-ac.de/wolfram/hello.htm#Assembler-Linux ;; Hello World for the nasm Assembler (Linux) SECTION .data msg db "Hello, world!",0xa ;