Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

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

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages