Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アセンブリで ror と shl が正確に何をするのか理解できません。ror: ビットを右に回転させ、左の上位ビットに戻します。
しかし、それはどういう意味ですか?私はそれについて頭を包むことができません。のように
mov eax, 0x12345678 mov ebx, eax ror ebx, 16
何が起こるのですか?