Hide minor edits - Show changes to markup
Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc.).
Calcula el valor del bit especificado (bit 0 es el 1, bit1 es el 2, bit2 es 4, etc.).
n: the bit whose value to compute
the value of the bit
n: el bit cuyo valor se quiere calcular.
El valor del bit.
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.