
Danny B.
asked 04/07/22Microinstructions code phrases.
Suppose you come across the following binary microinstructions in the format described in class. Describe the micro-operations that each one executes. Write the phrases for each.
1. 0001 0001 1010 0000 0011 0001 0000 0000
2.0011 0100 0001 0100 0000 0100 0001 0001
3.0000 0000 1101 0010 0010 0110 0010 1111
4.1100 1000 0001 0001 1001 0000 0000 1000
1 Expert Answer

Lu S. answered 04/13/22
Exclusively tutoring computer engineering topics!
refer to your instruction set architecture (ISA) (some reference sheet that breaks down all the instructions and what they do, and what fields are at what bits of the instruction). an example ISA you can google is the "mips green sheet"
once you find how your instruction is broken down by the fields, first determine the opcode, then determine each field of your instruction and go from there.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Donald W.
You need to also provide the mapping of these microinstructions to the operation or routine.04/08/22