Page 1 of 1

ê 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
by answerhappygod
E Show The Time Taken To Complete The Following Program In Figure Q5 B The Microprocessor Is Running At 1 Mhz Loop2 1
E Show The Time Taken To Complete The Following Program In Figure Q5 B The Microprocessor Is Running At 1 Mhz Loop2 1 (104.21 KiB) Viewed 36 times
ê 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)