Question: Please add the comment to each line for both codes saying what they do. i. Add a comment to each line of code below saying


Please add the comment to each line for both codes saying what they do.
i. Add a comment to each line of code below saying what it does. ii. Run these 2 simple programs in Code Composer Studio. Take a screen capture of each being run in the debugger. iii. Comment on the efficiency (both memory space and run-time) of the integer math program vs the floating point program. Hint: The Console window in the debugger gives the code size at the bottom. You should also look at the size of the equivalent assembly code produced for each program in the Disassembly window. You may assume that it takes an average of 4-6 instruction cycles per assembly instruction to execute a) #include "msp439.h" #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
