![]() | To set a specified bit in a MemoryBlock to a 0, use the BitClr method. |
![]() | To set a specified bit in a MemoryBlock to a 0, use the BitClr method. |
![]() | To set a specified bit in a MemoryBlock to a 1, use the BitSet method. |
![]() | To set a specified bit in a MemoryBlock to a 1, use the BitSet method. |
![]() | To obtain result of left- or right - shifted 32-bit value, use the BitShift function. |
![]() | To determine state of a bit in a bit string, use the BitTst function. |
![]() | To determine state of a bit in a MemoryBlock, use the BitTst function. |
![]() | Use this method to compare a block of bits from one MemoryBlock to another. |
![]() | Use this method to copy a block of bits from one MemoryBlock to another. |
![]() | To swap the endian of a 16bit integer value use the Endian16Swap function. |
![]() | To swap the endian of a 32bit integer value use the Endian32Swap function. |
![]() | To obtain most-significant 16 bits of 32-bit operand, use the HiWord function. |
![]() | To obtain least-significant 16 bits of 32-bit operand, use the HiWord function |