Skip to content

shaneish/asm-tuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

asm toots

just working through to learn a bit of basic asm. not following specific tutorial, but whatever i can google for whatever i want to do.

notes

to compile and run single files:

# compile
nasm -f elf64 build/file.asm -o build/file.o

# link
ld build/file.o -o build/file

# run
./build/file

About

learning asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published