elpancho8250 elpancho8250 25-11-2020 Computers and Technology contestada A main program calls a Search sub-function: jal Search. That instruction is at address 1000. What happens to $ra? a. Nothing; jal is unrelated to Sra b. Sra is set to 1000 c. Sra is set to 1004 d. $ra returns the generated sub-function result to the main program.