Skip to content

stanleyedward/goodbye-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

bye

step 0 install nasm

 sudo pacman -S nasm

step 1 compile the nasm file

 nasm -f elf64 goodbye_world.nasm -o goodbye_world.o

step 2 link

ld goodbye_world.o -o goodbye_world

step 3 run the script :D

./goodbye_world

About

shutdonw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published