Write a complete Gumnut program to find the average of a sequence of eight 8-bit numbers stored in memory, and to write the result into a location in memory. Initialize the eight numbers to be the integers 2, 4, 6, . . . , 16. Use a 16-bit sum to calculate the average, and shift instructions to divide by 8.