Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 142 Bytes

File metadata and controls

5 lines (3 loc) · 142 Bytes

###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