RISC-V Fixed Point Arithmetic
I have following problem:
I wanted to add two numbers -1.25 and 3.25 (the result is obviously 2) in RISC-V assembly using 32-bit registers.
I have following problem:
I wanted to add two numbers -1.25 and 3.25 (the result is obviously 2) in RISC-V assembly using 32-bit registers.