Skip to content

bradleyfalzon/asm-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

asm-hello-world

See: http://asm.sourceforge.net/intro/hello.html

Build with (64bit):
$ nasm -f elf64 hello-world.asm
$ ld -s -o hello hello-world.o

Build with (32bit):
$ nasm -f elf hello-world.asm
$ ld -s -o hello hello-world.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published