Hi People
I am very new to Assembly language and IAS PROGRAMMING.
I want to make a very simple programme using IAS instruction set, I mean instruction like Load, Stor, Jump+, ADD.
Let A = A(1) + A(2) + .... + A(1000)
Let B = B(1) + B(2) + .... + B(1000)
I want to add these two vectors to form an array C such that C(I) = A(1) + B(1) + ..... + A(1000) + B(1000) for I = 1,2....1000.
I am having a hard time starting it, I know the logic that I need to increment I and keep looping until while adding both arrays A & B into array C.
I hope this will be very easy for a lot of people.
I will appreciate if some one could help me by giving some coding example for this question.
Thanks in advance.
I am very new to Assembly language and IAS PROGRAMMING.
I want to make a very simple programme using IAS instruction set, I mean instruction like Load, Stor, Jump+, ADD.
Let A = A(1) + A(2) + .... + A(1000)
Let B = B(1) + B(2) + .... + B(1000)
I want to add these two vectors to form an array C such that C(I) = A(1) + B(1) + ..... + A(1000) + B(1000) for I = 1,2....1000.
I am having a hard time starting it, I know the logic that I need to increment I and keep looping until while adding both arrays A & B into array C.
I hope this will be very easy for a lot of people.
I will appreciate if some one could help me by giving some coding example for this question.
Thanks in advance.