adplus-dvertising
frame-decoration

Question

Match the following:

A) MOvSB/SW 1) loads AL/AX register by content of a string

B) CMPS 2) moves a string of bytes stored in source to destination

C) SCAS 3) compares two strings of bytes or words whose length is stored in CX register

D) LODS 4) scans a string of bytes or words

a.

A-3,B-4,C-2,D-1

b.

A-2,B-1,C-4,D-3

c.

A-2,B-3,C-1,D-4

d.

A-2,B-3,C-4,D-1

Answer: (d).A-2,B-3,C-4,D-1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Match the following: A) MOvSB/SW 1) loads AL/AX register by content of a string B) CMPS 2) moves a string of bytes stored in source to destination C)...

Similar Questions

Discover Related MCQs

Q. The instructions that are used to call a subroutine from the main program and return to the main program after execution of called function are

Q. The instruction that unconditionally transfers the control of execution to the specified address is

Q. Which instruction cannot force the 8086 processor out of ‘halt’ state?

Q. NOP instruction introduces

Q. Which of the following is not a machine controlled instruction?

Q. The assembler directives which are the hints using some predefined alphabetical strings are given to

Q. The directive used to inform the assembler, the names of the logical segments to be assumed for different segments used in the program is

Q. Match the following:

a) DB 1) used to direct the assembler to reserve only 10-bytes
b) DT 2) used to direct the assembler to reserve only 4 words
c) DW 3) used to direct the assembler to reserve byte or bytes
d) DQ 4) used to direct the assembler to reserve words

Q. The directive that marks the end of an assembly language program is

Q. The directive that marks the end of a logical segment is

Q. The directive that updates the location counter to the next even address while executing a series of instructions is

Q. The directive that directs the assembler to start the memory allotment for a particular segment/block/code from the declared address is

Q. The directive that marks the starting of the logical segment is

Q. The recurrence of the numerical values or constants in a program code is reduced by

Q. The labels or constants that can be used by any module in the program is possible when they are declared as