[Solved]: MU0 instruction set

Problem Detail: As i know the MU0 processor instruction format is as follows: enter image description here so the opcode is 4 bit, can anyone explain why it has only 8 instructions, if it could have 16 instructions, 2^4 = 16 ??

Asked By : rainman

Answered By : D.W.

The mu0 microprocessor was designed for teaching purposes. As such, it was deliberately designed to be extremely simple. Having a simple instruction set is a benefit for teaching: it enables you to focus on core concepts, without being distracted by unnecessary complexity. Thus, presumably the designers of the mu0 designed their instruction set to have as few as instructions as possible, given their teaching goals. In this case, it doesn’t need more than those 8 instructions; those are more than enough to illustrate the primary concepts.
Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/43675  Ask a Question  Download Related Notes/Documents