414 views

1 Answer

Best answer
1 votes
1 votes

The explanation of the 8086 instructions is as under:

i)LOOP NZ- Used to loop a group of instructions till it satisfies ZF = 0 & CX = 0.

ii)SCAS-Used to scan a string and compare its byte with a byte in AL or string word with a word in AX.

iii)AAD- Used to adjust ASCII codes after division.

iv)STD-Used to set the direction flag DF to 1. 

selected by

Related questions

0 votes
0 votes
1 answer
1
Beyonder asked Mar 4, 2017
1,409 views
In x86, which of the following is not executed by itself ?(A) cld(B) rep(C) std(D) nop
0 votes
0 votes
1 answer
3
Beyonder asked Mar 4, 2017
1,465 views
In 8086 assembly language, which of the following is not in the category of reserved words ?(A) directive(B) predefined symbol(C) operator(D) label