ê Show the time taken to complete the following program in Figure Q5(b). The microprocessor is running at 1 MHz. LOOP2:
Posted: Mon Jul 11, 2022 12:00 pm
ê Show the time taken to complete the following program in Figure Q5(b). The microprocessor is running at 1 MHz. LOOP2: LOOP1: MVI B, 38H MVI C, FFH DCR C JNZ LOOP1 DCR B JNZ LOOP2 HLT Figure Q5(b)