1. An 8085 microprocessor is operating at 2 MHz frequency and executes the following program :
START : MOV A, B OUT 55H DCR B STA 2700H NOP NOP JMP START
Identify the total number of machine cycles required to execute the above program till the JMP instruction is executed for the first time.