Sum the Elements of an Array Write an Assembly program to sum the elements of Two arrays. Each array could either be an array of Bytes, or Words, or Double Words, or Quad Words. However, you must choose two different variable types. That is either an array of Words and another of Bytes, or an array of Bytes and another of Double Words. There should be at least 5 elements in each array. Sum the elements using a loop (as we did in class) and store the result in a register or move the result to a variable in memory. Test Runs: You must test run your program for at least 3 different tests (more is good). You should check the results by a hand calculation and show this on you test run analysis of the program. Be sure to test negative sums as well as positive sums. Requirements: 1.) Program listing (hardcopy) 2.) A description of the program 3.) Test runs and reasons why you chose the array values and analysis of the results. 4.) It Must be handed in on paper, no emails.