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.
我有两个寄存器,R1 和 R2。我需要他们之间的班次操作。此操作是否有任何说明,或者我应该遵循不同的路径?实际上,我可以使用 AND 指令获得 R1 的低位,但是,我也可以使用 ASR 指令移动 R2,但我不能将该位附加到 R2 的最高有效部分。