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:37

>>15
here is typical use of boolean-tokens.h
to illustrate a simple logical circuit
#define custom_switchA 0 //disable flag A
#define custom_switchB 1 //enable flag B
#define custom_switchC 1 //enable flag C
//boolean_funcx/y are built on boolean-tokens.h primitives

if(boolean_funcx(custom_switchA,boolean_funcy(custom_switchB,custom_switchC)){code}

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