Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Logic gate tier rating

Name: Anonymous 2020-11-24 21:00

S:
NAND
A:
NOR
B:
NOT, AND
C:
OR
D:

E:
XOR
F:
XNOR

Name: Anonymous 2020-11-28 13:59

>>17 the pure C equivalent would be
something like
if(custom_switchA && !(custom_switchB^custom_switchC))
but any typo or number will be silently converted to
boolean expression (65&& !(0^3)), while the macros will error out with
"no match for pasting tokens x,y)" or syntax error
when you insert some extra operator in the arguments.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List