Skip to content

bncer/hello_assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello_assembly

Hello world in nasm assembler

Architecture: Linux x86_64

nasm -felf64 hello_world.asm &&
ld hello_world.o -o hello_world &&
./hello_world

About

hello world in nasm assembly

Resources

License

Stars

Watchers

Forks