Assignment of information to individual bits of a word or byte integer type. PDP-11 computers apparently provided instructions and opcodes which would address individual bits in a register. This method saves memory when several data have only a few possible states, and can so be described by a few bits each.

C++ allows the assignment of names to variable numbers of bits in a union.

Log in or register to write something here or to contact authors.