sequential (25) load shift line
https://kamchihau.blogspot.com/2022/12/tom-actually-how-many-people-in-hackers.html
.
.
Ref:https://kamchihau.blogspot.com/2022/09/httpskamchihau_22.html
.
For (i = 0; I <60; i++)
{
Sum = sum + i;
}
.
_____
.
Subject [for_loop]
Object [Sum]
Interrupt_status [serial_input_line]
Load_Shift_status [ shifting ]
Parallel_output [disable]
.
John : The for_loop register must grant the sum register the status of shifting.
Me: If for_loop register doesn't grant the sum register the status of shifting, the sum register can't be serial input.
