Update and rename related_info/lab0 to related_info/lab0/lab0_ex1.txt

This commit is contained in:
chyyuu 2015-03-04 12:30:45 +08:00
parent 09ed4d04fb
commit d5beea3250

View File

@ -0,0 +1,6 @@
#README
Try below command
```
$gcc -S -m32 lab0_ex1.c
```
Then you will get lab_ex1.S. Try to understand the relation of C file and S file.