Question: Computation of exponential function is given as . Write a ARMv8 assembly program to compute the exponential value. Assume the input x is in D0
Computation of exponential function is given as
. Write a ARMv8 assembly program to compute the exponential value. Assume the input x is in D0 and the input a is in X19. Store the result in D1. The user input x is a double precision floating-point value between -5 and 5. The user input a is a 64-bit non-negative integer less than 16. Assemble, test, and simulate the assembly code using DS-5 simulator. Only write the assembly file (.S file) from the DS-5 project. Comment your code.
TL e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
