539 views
3 votes
3 votes
The format of double operand instruction of a CPU consist of 5 bits opcode and 6 bits for source and destination. 26 double operand instructions and 184 single operand instructions must be implemented. What will be the total number of zero operand instructions can be implemented?

given answer is: 12800

1 Answer

0 votes
0 votes
Variable length addressing is used.

$\Rightarrow [\{(2^5-26)\times2^6\}-184]\times 2^6$

$\Rightarrow200 \times 64=12800$

Related questions

0 votes
0 votes
0 answers
3
Mrityudoot asked Jan 14
141 views
In it’s solution how are they obtaining x with the given operation? Should we not have 1 more register to keep x separate?