I have posted the question below...i have understood logic but not the code...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varmar64
    New Member
    • Feb 2010
    • 2

    I have posted the question below...i have understood logic but not the code...

    Write the ASM code to copy 32-bit unsigned numbers from array List1 started with the address specified in register R1 to List2 stared with the address specified in register R2. The accumulative sum of the numbers is kept in R3. The program stops copying when it finds a word equal to 0 in List 1 or the sum is greater than 100(decimal).
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Please post the logic you have worked out, and the corresponding code you have at the moment. It's hard to see where exactly you need help.

    Comment

    Working...