sequential (39) Tri State buffer

https://wodewangzhishime.blogspot.com/2022/02/bach-request-poison-gas-from.html

.

Ref: https://wodewangzhishime.blogspot.com/2022/03/httpswodewangzhishime_13.html.

.
.
John : See the Picture above.  Each output bit has a tristate buffer.  In another words,  the parallel output must be enabled.  I give you an example. 
.
Int register_a = 1010
Int register_b = register_a.
.
John : In this case, the parallel output of register_a is enabled.
.
Me: Ok.
.
John: The parallel output of register_b is disable cause register_b is being set bt the others only. register_b is not gonna set the others.
Me: It's the concept of "fields".

John : In code, we represent them by this way.
.
Subject [Ststem]
Object [register_a]
Output available [true] 
.
Subject [System]
Object [register_b]
Output available [false] 
.
John : The system disable the output from register_b.



Comments