pointers in assembly risc v
I’m studying pointers in risc v assembly, but seeing a code from my professor made me wonder if he made an error, or if I’m missing something. The exercise was about converting from C to Assembly Risc V, and I thought that, because in C, given a variable array[N], array is a pointer to array[0]… Read More pointers in assembly risc v