Bit Manipulation
Macros that work with the bits and bytes of numbers.
Description
The macros documented here provide access to the individual bits, bytes and words of integer values.
Byte Manipulation MacrosGets the value of individual bytes or words of UInteger values.
Bit Manipulation MacrosGets the state of individual bits of numeric values.
Byte Manipulation Macros LoByte Gets the least significant byte (LSB, or lo-byte) value of an UInteger value. HiByteGets the most significant byte (MSB, or hi-byte) value of the least significant word (LSW, or lo-word) of an UInteger value. LoWordGets the least significant word (LSW, or lo-word) value of an UInteger value. HiWord | Bit Manipulation Macros |