English, asked by vanijain6841, 10 months ago

Write a program to generate the delay of 103 second using 8086 system that runs on frequency"

Answers

Answered by Anonymous
0

Answer:

Set 1 million microseconds interval (1 second) By using below instruction .

MOV CX, 0FH

MOV DX, 4240H

MOV AH, 86H

INT 15H

You can set multiple second delay by using 86H and INT 15H

check these links for more details

Waits a specified number of microseconds before returning control to the caller

INT 15H 86H: Wait

Answered by Anonymous
4

Set 1 million microseconds interval (1 second) By using below instruction .

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FH

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240H

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86H

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86HINT 15H

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86HINT 15HYou can set multiple second delay by using 86H and INT 15H

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86HINT 15HYou can set multiple second delay by using 86H and INT 15Hcheck these links for more details

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86HINT 15HYou can set multiple second delay by using 86H and INT 15Hcheck these links for more detailsWaits a specified number of microseconds before returning control to the caller

Set 1 million microseconds interval (1 second) By using below instruction .MOV CX, 0FHMOV DX, 4240HMOV AH, 86HINT 15HYou can set multiple second delay by using 86H and INT 15Hcheck these links for more detailsWaits a specified number of microseconds before returning control to the callerINT 15H 86H: Wait

Similar questions