retagged by
2,359 views

2 Answers

Best answer
3 votes
3 votes

size of memory unit = 256k words

Since it is not mention, we will consider word addressable

i)

address part = log 256k = 18

register code = log 64 = 6

indirect bit = 1

so operation code = 32-18-6-1 = 7

ii)

Indirect bit operation code register code address bits
1 7 6 18

iii)

bits for address input = log 256k = 18

bits for data = 1 word = 32 bits

selected by
1 votes
1 votes

256K word = 218 ie. 18 bits for the address is required.
1 bit for indeirect access.
64 register required 6 bits for the access.
total size of the memory reference is 32 Bit.

so bit required for OPCODE = 32 - 1 - 18 - 6 = 7 bits.

B) So we have.

31 - (30----24) - (23----18) - (17------0)
I      Opcode     Register     Address.

C) total Address bit is 18 bit and memroy refernce is 32 bit.

Related questions

0 votes
0 votes
0 answers
2
LavTheRawkstar asked Nov 4, 2016
364 views
What is the difference between Loosely Coupled microprocessor System and Tightly Coupled microprocessor system in simple words please tell and explain please??
1 votes
1 votes
1 answer
3
3 votes
3 votes
1 answer
4
LavTheRawkstar asked Nov 3, 2016
14,484 views
Starting from an initial value of R=11011101, determine the sequence of binary values in R after a logical shift-left, followed by a circular shift-right, followed by a l...