Project 5 part 2

Hi,

Every element in the array A is declared as an unsigned int.
Is it means that in every “loop” in the code we need to move 4 registers ahead, or do we need to move only one register ahead?

Thanks

unsigned int is 32 bits (namely one word).
memory is accessed in words.