Page 1 of 1

Remember, you need to demonstrate the following two Assembly Language ILOs: a. Be able to explain the different types of

Posted: Sat May 14, 2022 7:54 pm
by answerhappygod
Remember You Need To Demonstrate The Following Two Assembly Language Ilos A Be Able To Explain The Different Types Of 1
Remember You Need To Demonstrate The Following Two Assembly Language Ilos A Be Able To Explain The Different Types Of 1 (105.98 KiB) Viewed 60 times
Remember, you need to demonstrate the following two Assembly Language ILOs: a. Be able to explain the different types of Assembly instructions. Be able to explain the relationship between high level languages and specific Assembly code. b. Answer two (2) of the following questions, and in your answers be sure to demonstrate understanding of these ILOs. 1. In the mul10 program, you have three different implementations of the same simple mathematical operation. We know that the C compiler (gcc) is built to choose the most efficient translation possible of a C instruction like “num = num * 10”, so it is no surprise that it often performs the best of the three. Suggest reasonable explanations of why the other two perform best in some situations. 2. In the calcc program, you have an assembly language implementation of the “add” function. Show a similar implementation of the "divide" function, highlighting what should be the same and different.