risc-v

Definition

add (RISC-V)

Adds the values of registers b and c and stores the result in register a.

add a, b, c

Equivalent C code:

a = b + c