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
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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!