Computer Organization & Embedded System — Control and Central Processing Units, NEC licence examination syllabus (Nepal Engineering Council).
The exact bit-layout that makes a CPU tick.
If control memory is a lookup book, the microinstruction format is the grammar of every sentence in that book. In Mano's classic design, each microinstruction is split into distinct fields.
F1, F2, F3Each selects one microoperation — like a small sentence with three verbs that can fire simultaneously.
CDCondition — which status bit to test for a branch.
BRBranch — what kind of jump to perform.
ADAddress — where to jump to.
HorizontalA long control word with one bit per control signal. Very fast (no decoding needed) but uses lots of memory.
VerticalEncodes control signals compactly (like a mini opcode), needing a decoder to expand them. Saves memory, but adds a decoding delay.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loading…