retagged by
748 views
0 votes
0 votes

How many maximum number of one address instructions possible?

retagged by

2 Answers

2 votes
2 votes
128 is the correct answer.

maximum 2 address instructions possible = 2^4 = 16,

but only 14 double address instructions used, so 16-14 = 2 double address instructions remains. Now for next 6 bit, we can have 2^6 = 64 combinations

=>2*64 = 128 comb for one address instructions.

So,answer is 128 only.
0 votes
0 votes
Total number of instruction = 2^4=16

Now 14 Double address instruction is there so left instructions =16-14 =2

then maximum number of 1 address instruction 2(2^6)+1*2^6=192.

Related questions

0 votes
0 votes
2 answers
1
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4