How can I do a 16Bit or 32Bit Byte swap in C?
In Assembly I can use one operation to do it. How can I get the same result of Code in PB C Backend?
16 Bit
!rol ax, 8
32Bit
!bswap eax
Byte swap in C Backend?
Byte swap in C Backend?
macOS Catalina 10.15.7