edited by
1,777 views
2 votes
2 votes

Computers can have instruction formats with

  1. only two address and three address instructions
  2. only one address and two address instructions
  3. only one address, two address and three address instructions
  4. zero address, one address, two address and three address instructions
edited by

2 Answers

1 votes
1 votes
Answer D

Zero address : eg stack

One address accumulator is indirect operand

Two address: most common

Three address: most compact code
edited by
Answer:

Related questions

2 votes
2 votes
3 answers
1
go_editor asked Jul 17, 2016
3,005 views
Interrupt which arises from illegal or erroneous use of an instruction or data isSoftware interruptInternal interruptExternal interruptNone of the above
2 votes
2 votes
1 answer
2
4 votes
4 votes
1 answer
3
go_editor asked Jul 17, 2016
2,768 views
Which of the following is not an addressing mode?Register indirectAutoincrementRelative indexedImmediate operand
0 votes
0 votes
1 answer
4
go_editor asked Jul 24, 2016
2,481 views
The instruction : MOV CL, [BX] [DI] + 8 represents the ____ addressing modeBased RelativeBased IndexedIndexed RelativeRegister Indexed