Zustand,Eingabe,Ausgabe,Folgezustand 1,0,0,4 1,1,1,4 2,0,1,1 2,1,1,1 3,0,0,3 3,1,0,2 4,0,1,2 4,1,1,3 z1 := z2 z2 := z3 and x or z4 and not x z3 := z3 and not x or z4 and x z4 := z1 1,1,1,4 2,0,1,1 2,1,1,1 4,0,1,2 4,1,1,3 y := (z1 and x) or (z2) or z4