Scripts posted recently tagged to nasm in Kelpi

1- 1 of 1.

Hello World for the nasm Assembler (Linux)

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 ; 
hits counter