How would I code the following in assembly language?
Use the Keil programming environment to code the C8051F330SiLabs 8051 micro controller. All the documentation is available onefundi. The program shall be done in assembler and you shall usethe DJNZ instruction to generate a delay time to flash the LED. TheLED shall flash in the following sequence:
1. On for 50mS,
2. Off for 400mS,
3. On for 50mS,
4. Off for 1.5S,
5. Repeat the sequence from step 1.