Nibble (4bits)
The nibble is used to describe the amount of memory used to store a digit of a number stored in packed decimal format (BCD) within an IBM mainframe. This technique is used to make computations faster and debugging easier. An 8-bit byte is split in half and each nibble is used to store one decimal digit. - wikipedia
Can be usefull for LUT as well.
see also
Written on March 13, 2020, Last update on December 8, 2022
bits
mask
math
chess