Update lab0_ex1.md

This commit is contained in:
chyyuu 2015-03-04 12:33:14 +08:00
parent 2543fe9609
commit 6a76bb8bb3

View File

@ -3,4 +3,4 @@ Try below command
``` ```
$gcc -S -m32 lab0_ex1.c $gcc -S -m32 lab0_ex1.c
``` ```
Then you will get lab_ex1.S. Try to understand the relation of C file and S file. Then you will get lab_ex1.S. Try to understand the content & relation of C file and S file.