2.6.5.8.4 Condition Flags

These instructions do not change the flags.

Examples

REV R3, R7      ; Reverse byte order of value in R7 and write it to R3
REV16 R0, R0              ; Reverse byte order of each 16-bit halfword in R0
REVSH R0, R5              ; Reverse Signed Halfword
REVHS R3, R7              ; Reverse with Higher or Same condition
RBIT R7, R8               ; Reverse bit order of value in R8 and write the result to R7.