Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 93 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 93 Bytes
nasm -f elf32 2_sum.asm -o 2_sum.o
gcc -m32 -nostartfiles 2_sum.o -o 2_sum
./2_sum