《操作系统》的实验代码。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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.