Skip to content

Files

Latest commit

 

History

History
2 lines (2 loc) · 79 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 79 Bytes

To compile and run: nasm -f elf32 loops.asm && gcc -o loops loops.o && ./loops