For byte order reverse and rotation we have builtins in the CC-RX compiler. Especially when rotating registers with fixed amounts this can be compiled efficiently into opcodes with embedded values for shift (without needing other registers).
For byte order reverse and rotation we have builtins in the CC-RX compiler. Especially when rotating registers with fixed amounts this can be compiled efficiently into opcodes with embedded values for shift (without needing other registers).