Changes between Version 24 and Version 25 of Doc-MIPS-Archi-Asm-kernel


Ignore:
Timestamp:
Sep 21, 2020, 6:35:57 AM (5 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc-MIPS-Archi-Asm-kernel

    v24 v25  
    117117
    118118 || instruction assembleur  || ||comportement dans le processeur       || || Remarques ||
    119  ||**mtc0 $gpr, $c0**       || || Copro. 0 ($C0) <--- Reg. GPR ($gpr)  || || $c0 = $8, $12, $13, $14, $15 ou $16 ; $gpr = $0 .. $31      ||
    120  ||**mfc0 $gpr, $c0**       || || Reg. GPR ($gpr) <--- Copro. 0 ($C0)  || || $c0 = $8, $12, $13, $14, $15 ou $16 ; $gpr = $0 .. $31          ||
     119 ||**`mtc0 $gpr, $c0`**   || || Copro. 0 (`$c0`) <--- Reg. GPR (`$gpr`)  || || `$c0` = `$8`, `$12`, `$13`, `$14`, `$15` ou `$16` ; `$gpr` = `$0` .. `$31`      ||
     120 ||**`mfc0 $gpr, $c0`**       || || Reg. GPR (`$gpr`) <--- Copro. 0 (`$c0`)  || || `$c0` = `$8`, `$12`, `$13`, `$14`, `$15` ou `$16` ; `$gpr` = `$0` .. `$31`          ||
    121121 
    122122