A digital signal processor scales down an 8-bit audio sample represented by the unsigned binary pattern 11101100 by dividing it by 4. This division is implemented using a binary shift.
Determine the resulting 8-bit pattern after this shift is applied.