Suppose that a switch is connected to RC1 and 8 LEDs are connected to PORTB. Write an assembly code that monitors RC1. If RC1 is set, it turns on odd LEDs and turns off even LEDs. if RC1 is cleared, it does the opposite (turns off odd LEDs and turns on even LEDs).odd LEDs are LEDs connected to pins 1,3,5,7 of PORTBeven LEDs are LEDs connected to pins 0,2,4,6 of PORTB