Translate the following binary program into an assembly program. What does the program
perform?
1. Consider a system built on a 48 MHz processor with a main loop and an interrupt which occurs at a 10kHz frequency.Assume the ISR take 14.9us to execute and there is a total of 1us of response and return time overhead. 1.1.What percentage of the processor's time is spent in interrupt response and return overhead? [5]
1.2.What percentage of the processor's time is left for the main loop to execute?
[2]
1.3. If the main loop requires 37ms of computation to execute one iteration, what is the minimum main loop update rate(in Hz)? [3]