recategorized by
2,335 views

1 Answer

1 votes
1 votes

A option should be BR (branch )  

B  is JMP (jump)

D is TST(Test)

C is SHL shift left opration  which is not a  typical program control instruction hence ans is C 

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
4 votes
4 votes
1 answer
3
go_editor asked Jul 17, 2016
2,756 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