This program loads a value from memory into register E, zeros register D, and uses a loop to rotate the bits in register E right into the carry flag while adding the value of register D if the carry is set, storing the result back in memory at the end.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views1 page
Multi
This program loads a value from memory into register E, zeros register D, and uses a loop to rotate the bits in register E right into the carry flag while adding the value of register D if the carry is set, storing the result back in memory at the end.