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'
-
Notifications
You must be signed in to change notification settings - Fork 0
pawan-nirpal-031/Assembly-C-And-Performance-Engineering-
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Assembly, C and performance critical learning
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published