Bitwise operators (x86 Assembly): Where does the rest of the binary data go when shifting it?

前端 未结 0 1625
囚心锁ツ
囚心锁ツ 2020-12-04 04:29

I know that when I execute the following line of Assembly x86 code:

movl $31, %eax

If EAX has the following 32-bit data:

10000         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题