n this lab, we write a program in RISC-V assembly language to find the GCD of two positive integers. The algorithm used is the Euclidean algorithm. What will be the output of the program?
a. The two positive integers
b. The GCD of the two integers
c. The remainder after division
d. The quotient of division