[SOLVED] CS382  Lab 4

25.00 $

Category:

Description

5/5 - (2 votes)

Lab 4 Task 2 Start by using the b _start command:

first 19
in first

and add the product so far

next 2
in 2nd

of the second vector and add the product so far

next 2
in 3rd

of the third vector and add the product so far

until line 40:
Use x/1dg &dot: The result of the dot product should be stored here.
We see it prints 140 which is the dot product

to end of program:
Ends program