You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Circular shift (ror/rol )operators are extremely useful for bare metal programming. They are hardware supported by almost all current CPU and MCU. The lack of these operators in C causes a lot of headaches. I explained it in more detail here. It would be amazing to make them part of the language.