I have this ABEL file but can't figure out where 0, 1, 2, 3 come from in "when-then" statements...
"The following ABEL code demonstrates how to implement a combinatorial multiplexer.
" 4 to 1 multiplexer design
SEL0..SEL1 pin;
A,B,C,D pin;
MUX_OUT pin istype 'com';
SEL = [SEL1,SEL0]...