Introduction - If you have any usage issues, please Google them yourself
LC-3 program to calculate the sum of all the 8-bit 2’s complement values in a packed array of N elements. With N elements in the packed array, we require N/2 memory location. For this assignment, we will assume N is even. Your SUM will be stored in one word of memory as a 16-bit 2’s complement number.