Write a SRC assembly language
program that will compute and store in an array the first 25 elements
of the Fibonacci Series (1, 1, 2, 3, 5, 8, 13, etc.). While each
element is computed it should also be used to calculate the sum.
Turn in the ".lst" file and a picture of the simulator
that shows the memory locations that contain the array and the
sum. Please note that the simulator will only display 16 memory
locations at one time. This means that the sum should follow
the array declaration and the picture should show the sum and
last several array items.