risc-v

Definition

mv (RISC-V)

Copies the value of register b into register a.

mv a, b

The above is a pseudoinstruction, which is translated to:

addi a, b, 0