Page 1 of 1

5C. Consider the following delay loop. MOV CX, nl Outer: MOV BX, n2 Inner: DEC BX JNZ Inner ; 4Clock Cycles ; 4Clock Cyc

Posted: Tue Jul 05, 2022 10:27 am
by answerhappygod
5c Consider The Following Delay Loop Mov Cx Nl Outer Mov Bx N2 Inner Dec Bx Jnz Inner 4clock Cycles 4clock Cyc 1
5c Consider The Following Delay Loop Mov Cx Nl Outer Mov Bx N2 Inner Dec Bx Jnz Inner 4clock Cycles 4clock Cyc 1 (158.38 KiB) Viewed 10 times
5C. Consider the following delay loop. MOV CX, nl Outer: MOV BX, n2 Inner: DEC BX JNZ Inner ; 4Clock Cycles ; 4Clock Cycles ; 2Clock Cycles ;16 or 4 Clock Cycles ;17 or 5 Clock Cycles LOOP Outer Find the values of nl and n2 to produce a total delay of 100 milliseconds on an 8086 with 5Mhz clock frequency, if the inner loop gives a delay of 1 millisecond. Show all the steps of your calculation.