Write a program in ARM assembly language to generate the first twenty prime numbers greater than 2 and save them into the memory locations called Primearray. For this part, you may use the following algorithm. You are required to optimize the code in terms of its execution time and required space.
- Show, using a flow chart or an algorithm, how you would solve the problem as described
- Write a pseudocode program according to your flow chart or algorithm.
- Write a draft program in ARM assembly language to solve the problem as described