3.4.计数器
\(3.4.\)Counter
1.Counter intro
A counter is used to direct certain instruction among instructions. It contains these features:
Reset
: Fetch the first instruction.Next
: Fetch the next instruction.Goto
: Fetch instruction n.
Its "black box" diagram looks like this: