Please provide handdrawn diagrams for the flowchart question, and do not use AI bots in your response. Also, please provide a detailed explanation for each line of the code with comments I will leave a positive review. Here is the question. Read the below problem statement, which includes the following actions to be performed:
Assume that two nonnegative numbers and are available in registers
and respectively.
We need to calculate the product of and and store the result to LC memory
location xF
Note that any of M or could have a value of zero.
Based on the above problem statement, answer the following four questions, using the LC
computer's ISA.
a Using structured programming techniques, create a flowchart that solves the problem
statement by using sequential, conditional, and iterative constructs.
b Which instructions from the LC ISA will be used for executing each of the steps in
the flowchart?
c Using the identified instructions, translate the flowchart into an LC assembly language
program that solves the problem statement.
d Translate the LC assembly language program into an LC machine language program.