jackjindtnt / KI

Ki
0 stars 0 forks source link

Compile C --> Assembly #21

Open jackjindtnt opened 6 years ago

jackjindtnt commented 6 years ago

sudo gcc -S test.c sudo gcc -o test test.s ./test

gcc -g test.c -o test gdb -many-windows step n fin cont

break run info locals next info (a variable)