For the following C statement, what is the corresponding RISC-V assembly code?
Assume that the variables f, g, h, and i are given and could be considered integers as declared in a C program. Use a minimal number of assembly instructions.
f = (g - h) + (i - 6)