diff --git a/docs/user/en/src/instructions.rst b/docs/user/en/src/instructions.rst index 1790e35af..a0ef6ac2c 100644 --- a/docs/user/en/src/instructions.rst +++ b/docs/user/en/src/instructions.rst @@ -317,7 +317,7 @@ Here's the list of I-Type ALU Instructions. immediate, otherwise sets it to 0. This instruction performs a signed comparison. -* `SLTUI rt, rs, immediate` +* `SLTIU rt, rs, immediate` Sets the value of rt to 1 if the value of rs is less than the value of the immediate, otherwise sets it to 0. This instruction performs an unsigned diff --git a/docs/user/it/src/instructions.rst b/docs/user/it/src/instructions.rst index 3ff6e1501..55350423c 100644 --- a/docs/user/it/src/instructions.rst +++ b/docs/user/it/src/instructions.rst @@ -323,7 +323,7 @@ Ecco la lista delle istruzioni ALU di tipo I. dell'immediato, altrimenti pone rt a 0. Questa operazione effettua un confronto con segno. -* `SLTUI rt, rs, immediate` +* `SLTIU rt, rs, immediate` Pone il valore di rt ad 1 se il valore di rs รจ minore di quello dell'immediato, altrimenti pone rt a 0. Questa operazione effettua un