blitter8bit

Two plus one operand blitter for 8 bit values. Automatic mask-generation is used from the source's color index with the following formula: mask = src == 0x00 ? 0xFF : 0x00 Final values are copied into memory location specified by dest1.

Meta