September 15, 2021

The RISC-V instruction

  Assume: int A[100]; base address (A, or &A[0]) is in x23, int is 4 bytes   Q1: “lw x6, 16(x23)” will load A[?] to x6? […]