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.
所以我知道 ROL 和 ROR 如何适用于 D0 = %00000100,如果我 ROR #1,D0 那么 D0 现在将是 00000010。
我想要做的是只旋转该数字的几个数字,例如,如果我 ROR %00000001 一个点,我希望它是 00000100 而不是 10000000,所以它只旋转最后 3 位那个号码。有没有办法做这样的事情,我设置旋转的范围,所以它不会一直回到第一位?
没有“银弹”。你必须手动完成。