Computer Architecture!

I’m studying for my Computer Science class and need an explanation.

Thisis based on the material in Appendix A – Instruction Set Principles and RISC-V Assembly Language.

1. For each of the instruction set architecture types described in Appendix A (accumulator, stack, register-memory and register-register), generate the sequence of machine level operations to implement the Fahrenheit to Celsius temperature conversion represented by the following expression: =( −32)∗5/9.

2. Use the RARS program to create and test a RISC-V assembly language program that implements the temperature conversion in question

please find the attachments below (Task.doc) contains detail information.