The following program is running in our LAB kit (clk = 2.45 MHZ) : 0400 MOV AL,99 0402 OUT 86,AL 0404 INC AL OUT 82,AL NOP JMP 0404 note : NOP = no operation = do nothing (a) What waveform will appear at PB6 ? (b) Knowing the execution times for INC/DEC r (3T), IN/OUT (10T), JMP (15T), NOP (4T), calculate its frequency