sequential (51) chosen clock line (interrupt line)
https://kamchihau.blogspot.com/2022/11/httpskamchihau_24.html
Ref: https://kamchihau.blogspot.com/2022/12/httpskamchihau.html .
.
.
Of course, the Xor gate is to check whether there is a register called register_a in the cache.
.
John: If there is a register called register_a in the cache, what happen??
Me: First, it set up the cache. . And then, the modulator send a signal to register_a.
After the modulator, there're 3 lines.
.
1) Serial / parallel input line.
2) Address line.
3) Interrupt line..
.
I just assume that there're 5 fields within the register_a. . They're Subject, role, interrupt status, object, value, respectively.
.
Subject [register_z]
Object [register_a]
interrupt status [1,1,1] <--- It is an internal serial communication.
.
.
I give you an example of internal serial communication.
for (int i = 0; i<10; i++)
{
Array b [i] = i;
}