Encyclopedia > Microsequencer

  Article Content

Microsequencer

In the field of computer architecture and engineering, a sequencer or microsequencer, is a part of a control unit of a CPU. It generates the addresses used to step through the microprogram of a control store. Usually the address are generated by some combination of a counter, a field from a microinstruction, and some subset of the instruction register.

A counter is used for the typical case, that the next microinstruction is the one to execute.

A field from the microinstruction is used for jumps, or other logic.

Since CPUs implement an instruction set, it's very useful to be able to decode the instruction's bits directly into the sequencer, to select a set of microinstructions to perform a CPU's instructions.

Most modern CPUs are considerably more complex than this description suggests. They tend to have multiple cooperating micromachines with specialized logic to detect and handle interference between the micromachines.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
UU

... page; that is, one that just points to other pages that might otherwise have the same name. If you followed a link here, you might want to go back and fix that ...

 
 
 
This page was created in 34.9 ms