.data
n: .word 7
x: .word 30, 12, 45, 34, 40, 14, 30
y: .word 32, 10, 39, 89, 24, 12, 67
z: .word 42, 20, 76, 23, 23, 65, 15
xc: .space 4
yc: .space 4
zc: .space 4
|
# This example has 7 points
# xo, xi, • • • Xn-I
# y0, y1, • • • yn-1
# z0, zi, • • • zn-1
# a word result
# a word result
# a word result
|