954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

IAS instruction set

I kind of lost here... I have the book but it does not show the loop...

I want to use je 100 but this is not the same language

Using the IAS computer instruction set to write a program for the following
C(I)=A(I) + B(I) for I = 1,2,... 100
Giving that array! is stored from location 2000 down to 100.
Array B is stored from location 3000 down to 201.
Array C will be located from location 400 down to 301.

I need just a push in the right direction. Thanks.

Where do I start?

load M(A[I])
load M(B[I])
add M(A[I]) + M(B[I])
stor M(AI], M(A[I])
dedmon
Newbie Poster
9 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You