imkk000 / play-asm-hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello!

Run

nasm -f elf64 -o hello.o hello.asm 
ld -o hello.o hello
./hello

About


Languages

Language:Assembly 100.0%