Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 88 Bytes

File metadata and controls

6 lines (4 loc) · 88 Bytes

nasm -f elf exec.asm -o exec.o gcc -m32 exec.o -o exec ./exec ; echo $?

gcc -S exec.c