pub const THUMB_NOP_LE: [u8; 2];Expand description
Thumb NOP encoding (BF00, little-endian). ARMv6T2 introduced this
as a proper hint instruction; older Thumb encodings fell back to
MOV r8, r8 which still functions as a NOP but is harder to
recognise.