logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xor2 - Two-input XOR (exclusive OR) gate

Author

       John Kasunich

Functions

xor2.N

License

       GPL

LinuxCNC Documentation                             2025-06-19                                            XOR2(9)

Name

       xor2 - Two-input XOR (exclusive OR) gate

Pins

xor2.N.in0 bit in
       xor2.N.in1 bit in
       xor2.N.out bit out
              out is computed from the value of in0 and in1 according to the following rule:

              in0=TRUEin1=FALSEin0=FALSEin1=TRUEout=TRUE

              Otherwise,
                     out=FALSE

See Also

and2(9), logic(9), lut5(9), not(9), or2(9).

Synopsis

loadrtxor2[count=N|names=name1[,name2...]]

See Also