I have a simple question regarding the difference between the instruction addi
and li
.
I’m a code with this instruction li a2, 20
, but this one was recommended instead addi a2, x0, 64
.
I would love if anyone got into the intricate details of time difference or number of cycles and which one is better. 🙂