Skip to content

macarthy/hello-world-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first attempt at ASSEMBLY

Since there is a WASM and WAT, guess I should know about ASM

BUILD : nasm -f macho64 hello_world.asm 

LINK  : ld -macosx_version_min 10.7.0 -lSystem -o hello_world hello_world.o 

RUN    : ./hello_world

About

Hello word in NASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published