1,352 views
1 votes
1 votes
Lets say we have a 32bit instruction using immediate addressing mode, where the opcode is say 22bits, and u have to store a 32bit operand inside the remaining 10bits of the instruction. How would u do it?

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
Aboveallplayer asked Nov 27, 2016
556 views
What is the time complexity of finding the kth smallest element in an array?$O(\log n)$$o(\log n)$$\Omega(n\log n)$$O(n)$
0 votes
0 votes
1 answer
2
Souvik33 asked Apr 2, 2023
410 views
There are Insert and Retrieve_Max operations on a set {}. for n such operations what is the time complexity of the efficient algorithm possible?$n^{2}$nlogn n logn