Let
$$
\begin{aligned}
& f_1\left(u_0, u_1, u_2, u_3\right)=\left(u_0+u_1, u_0, u_1+u_2, u_2+u_3\right) \bmod 2 \\
& f_2\left(u_0, u_1, u_2, u_3\right)=\left(u_0, u_0 u_1+u_2, u_0 u_1 u_2+u_3, u_0 u_1 u_2 u_3\right) \bmod 2
\end{aligned}
$$
and set
$$
F_i(L, R)=\left(R, L+f_i(R)\right) \quad(i=1,2)
$$
Start with the byte (11111111) and first apply $F_1$, then apply $F_2$. Repeat with the byte (11101111).