Skip to content

pawan-nirpal-031/Assembly-C-And-Performance-Engineering-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Notes

nasm -f elf64 example.asm   # assemble the program  
ld -s -o example example.o  # link the object file nasm produced into an executable file  
./example                   #run 


'segment .text' can be used in place of 'section .text'


About

Assembly, C and performance critical learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published