This program loads a value into register L from memory location 2050, shifts the value left in the register 4 times, stores the result back in memory location 2050, and ends the program. It uses registers A and L to shift the value and store it back to the original memory location with an increased value.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
20 views
Reversenum
This program loads a value into register L from memory location 2050, shifts the value left in the register 4 times, stores the result back in memory location 2050, and ends the program. It uses registers A and L to shift the value and store it back to the original memory location with an increased value.