《操作系统》的实验代码。
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

8 líneas
205 B

  1. # inline assembly for C example
  2. Try below command
  3. ```
  4. gcc -m32 -S lab1-ex3.c
  5. ```
  6. Then you will get lab1_ex3.s
  7. Try to understand the contents of this .s file and the relation between .c file and .s file.