Help Center›FreeBASIC
Bit Manipulation
8 entries across 1 topic.
Topics
All entries
Procedures 8
BitGets the state of an individual bit in an integer value.BitResetGets the value with a specified bit cleared, from a copied integer.BitSetGets the value with a specified bit set, from a copied integer.HiByteGets the second byte of the operand.HiWordGets the second 16bit word of the operand.LoByteGets the lowest byte of the operand.LoWordGets the lowest 16bit word of the operand.UIntegerStandard data type: 32-bit or 64-bit unsigned, same size as SizeOf(Any Ptr). Equivalent to Unsigned Integer.