###Create the object file with nasm -f elf64 main.asm
###Link with ld main.o -o main
###The -e is used for a Custom entry point eg. main
Tr1stanDevs/__s__
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
###Create the object file with nasm -f elf64 main.asm
###Link with ld main.o -o main
###The -e is used for a Custom entry point eg. main