Page 1 of 1

Notice that we can shift a number to the left by one bit position by adding it to itself. For example, when the binary n

Posted: Fri Apr 29, 2022 6:57 am
by answerhappygod
Notice that we can shift a number to the left by one bit
position by adding it to itself. For example, when the binary
number 0011 is added to itself, the result is 0110. Shifting a
number one bit pattern to the right is not as easy. Devise a
routine in LC-3 machine code to shift the contents of memory
location x3100 to the right by one bit