All pastes #394166 Raw Edit

Miscellany

public text v1 · immutable
#394166 ·published 2007-03-14 02:42 UTC
rendered paste body
component dotted;

pin out bit a-b.#.c-d [4];
function _;

;;
FUNCTION(_) {
    int i;
    for(i=0; i<4; i++)
        a_b_c_d(i) = !a_b_c_d(i);
}