How about a fast way to load a memory location with bits from a register..
8 bit memory location named bits..
Then an asm instruction , to copy each bit of the register to the corresponding memory location..
mov ax , byte
mov @bits , ax
then bits = 8 binary digits of ax..
It would be a godsend of a feature.. saving lots of processor cycles..