Tool/software:
Below is my code in assembly language. During build there were many errors created. I've attached picture to understand that.
Please provide any solution.
__interrupt void INT_AC_PWM1_ISR(void)
{
asm("VMOV32 @ACC, *(0:0x7f08)");
asm("ORB AH, #0x80");
asm("VMOV32 *(0:0x7f08), @ACC");
EPWM_clearEventTriggerInterruptFlag(AC_PWM1_BASE);
Interrupt_clearACKGroup(INTERRUPT_ACK_GROUP3);
}