《操作系统》的实验代码。
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

205 B

inline assembly for C example

Try below command

gcc -m32 -S lab1-ex3.c

Then you will get lab1_ex3.s

Try to understand the contents of this .s file and the relation between .c file and .s file.