Q. Which is not a typical program control instruction? [NET-P-III-J-13-43-CA]

A. BR

B. JMP

C. SHL

D. TST


Ans: C

Description:

BR Instruction:

It is called Branch Instruction.

It is a Program Control Instruction.

JMP Instruction:

It is a program control instruction in assembly language.

It is also called jumping instruction.

This instruction is used to jump control on any specific location of assembly code.

SHL Instruction:

It is called Shift Left (Left Shift) Instruction.

It is an Arithmetical Instruction.


1 comment: