Show minor edits - Show changes to markup
bit() is currently limited to 16 bit (int, word) datatypes, and bit(15) returns -32768, apparently reflecting a signed data type.
Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc.).
Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc.).
bit() is currently limited to 16 bit (int, word) datatypes, and bit(15) returns -32768, apparently reflecting a signed data type.