Skip to content

stanleyedward/goodbye-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d11c9fb · Aug 4, 2024

History

10 Commits
Aug 4, 2024
Dec 8, 2023

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