Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 226 Bytes

File metadata and controls

9 lines (6 loc) · 226 Bytes

Assembly examples for x86-64

Here you can find toy programs written in assembly for x86-64 using the System V ABI (Linux) andnasm syntax.

To build and run:

nasm -f elf64 program.asm && gcc program.o && ./a.out