retagged by
681 views

1 Answer

Best answer
0 votes
0 votes

Here the case is like MODE bit is one only as it indicate the Indirect mode 

MODE -1bit 

OPCODE-? REGISTER OPERAND require 7 bits (128 registers are there) MEMORY OPERAND require 28 bits 

Now total length of INSTRUCTION is 40 

so total bits for OPCODE= 40-28-7-1=4 bits ..

So total operations possible are 2^4 = 16

selected by

Related questions

0 votes
0 votes
1 answer
2
Asutosh asked Sep 6, 2018
488 views
Are memory to memory instructions allowed?Eg. ADD [123], [345] or MOV [123], [343]If not, then why?
0 votes
0 votes
0 answers
4