Skip to content

Naseefabu/learn-asm-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn-asm-x64

Learning x64 Assembly

Running x64 asm program

cd folder_name/
nasm -f elf64 my_program.asm
ld my_program.o -o my_program

Resources Used

About

Learning x64 Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published