Changes between Version 63 and Version 64 of Doc-MIPS-Archi-Asm-kernel


Ignore:
Timestamp:
Dec 15, 2020, 4:48:01 PM (4 years ago)
Author:
franck
Comment:

--

Legend:

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

    v63 v64  
    6666   Le registre `COUNT` de `C0` est le registre en lecture seulement contenant
    6767   le nombre de cycles exécutés depuis l’initialisation du processeur. \\
    68    Ce registre possède le numéro `$16`.
     68   Ce registre possède le numéro `$9`.
    6969
    7070
     
    9898
    9999 || **instruction assembleur**  || **comportement dans le processeur**      || **Remarques** ||
    100  ||**`mtc0 $GPR, $C0`**   || COPRO. 0 (`$C0`) ← GPR (`$GPR`)  || `$C0 ` = `$8`, `$12`, `$13`, `$14`, `$15` OU `$16`\\`$GPR` = `$0` ... `$31`      ||
    101  ||**`mfc0 $GPR, $C0`**       || GPR (`$GPR`) ← COPRO. 0 (`$C0`)  || `$C0` = `$8`, `$12`, `$13`, `$14`, `$15` OU `$16`\\`$GPR ` = `$0` ... `$31`          ||
     100 ||**`mtc0 $GPR, $C0`**   || COPRO. 0 (`$C0`) ← GPR (`$GPR`)  || `$C0 ` = `$8`, `$12`, `$13`, `$14`, `$15` OU `$9`\\`$GPR` = `$0` ... `$31`      ||
     101 ||**`mfc0 $GPR, $C0`**       || GPR (`$GPR`) ← COPRO. 0 (`$C0`)  || `$C0` = `$8`, `$12`, `$13`, `$14`, `$15` OU `$9`\\`$GPR ` = `$0` ... `$31`          ||
    102102 
    103103 `eret`:: \\