寻找翻转/反转字中字节的指令
我需要翻转/反转 4 字节字中的字节,以便将其显示在 LED 显示屏上。
显然有一个简单的指令可以完成此操作,但我无法在任何地方找到它。
I need to flip/reverse the bytes in a 4-byte word, for the purpose of displaying it on LED display.
Apparently there is one simple instruction to accomplish this, but I was unable to find it anywhere.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也不?
编辑:
似乎找不到32位字节交换指令,但是您可以对半字进行字节交换,然后交换半字吗?
nor?
Edit:
Can't seem to find a 32-bit byteswap instruction, but can you byteswap the halfwords and then swap the halfwords?