How to rotate and shift a 64-bit integer on ARM Cortex-M3?

前端 未结 0 1265
长发绾君心
长发绾君心 2021-01-18 01:43

I have a 64-bit quantity with the most significant 32 bits in R2 and the least significant 32 bits in R3, how can I do a 64-bit logical and arithmetic right shift by 4-bit ?

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