// odwróć fazę, jeżeli a jest mniejsze niż 3 i b jest równe 1.
a.subtract(3);
b.not(~1);
qc.phase(180, a.bits(0x4), b.bits());
b.not(~1);
a.add(3);
