Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 83 Bytes

File metadata and controls

2 lines (2 loc) · 83 Bytes

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