diff --git a/docs/01_cva6_user/RISCV_Instructions.rst b/docs/01_cva6_user/RISCV_Instructions.rst index 7d3eca7776..b70b981afb 100644 --- a/docs/01_cva6_user/RISCV_Instructions.rst +++ b/docs/01_cva6_user/RISCV_Instructions.rst @@ -983,7 +983,7 @@ Integer Computational Instructions - **C.ADDI4SPN**: Addition Immediate Scaled by 4, to Stack Pointer - **Format**: c.addi4spn nzimm[9:2] + **Format**: c.addi4spn rd', nzimm[9:2] **Description**: adds a zero-extended non-zero immediate, scaled by 4, to the stack pointer, x2, and writes the result to rd'. This instruction is used to generate pointers to stack-allocated variables.