Changes between Version 63 and Version 64 of Doc-MIPS-Archi-Asm-kernel
- Timestamp:
- Dec 15, 2020, 4:48:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc-MIPS-Archi-Asm-kernel
v63 v64 66 66 Le registre `COUNT` de `C0` est le registre en lecture seulement contenant 67 67 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`. 69 69 70 70 … … 98 98 99 99 || **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` || 102 102 103 103 `eret`:: \\