5. Laboratory tasks for MSP430FR5739 in Assembly Language Create a new asm project in IAR. Choose the device name, MSP430FR5739 from the device list. Do not forget to change the debugger from simulation to FET Debugger. 5.1.Modify the assembly program used in Lab 1 to light up all 8 LEDs in a sequence. The sequence should be as follows: LED1 turns on, then turns off, and LED2 turns on. After LED2 turns off, LED3 turns on, and so on, until LED8 is the only LED on. The process should repeat continuously, with each LED turning on for a brief period before turning off as the next LED lights up. (Hint: Check datasheet for port configurations)