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

250 B

Try below command

gcc -g  -m32 -o lab1-ex0.exe lab1-ex0.s

Then you will get lab1_ex0.exe

Try to use below some tools to analysis lab1_ex0.exe

objdump -S ...
nm 
file
strace -f ...

Try to understand the contents of this .s file.