
e^x = 1 + (x/1!)+((x^2)/2!)+((x^3)/3!)+......
The below ARM assembly code will be used to find the value of e^x based on the above definition for any value of x using the Floating point unit of ARM Cortex-M4 Processor.
Code:
PRESERVE8
...