Skip to content

Files

Latest commit

87b7330 · Jun 16, 2014

History

History
1 lines (1 loc) · 89 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 89 Bytes

To compile and run: nasm -f elf function.asm && gcc -o function function.o && ./function