《操作系统》的实验代码。
您最多选择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.