When working with arrays such as the following: array1: .byte 1,2,3,4,5,6,7,8 which of the following choices can we use to sum up the total of the array named array1?

a. ADD array1
b. SUM array1
c. TOTAL array1
d. ADDI array1

Respuesta :