Hello,
I'm trying to use Assembly instructions for the MOVL to be written in c code.
Eg: MOVL XARn, loc32
Kindly suggest how to implement the similar to below
asm(" SETC INTM"); /* Disable Interrupt Global Enable Bit - set it to 1 */
asm(" CLRC INTM"); /* Enable Interrupt Global Enable Bit - set it to 0 */
asm(" RPT #5 || NOP");
Also, Suggest similar assembler c line for
RPT #1
|| PREAD *XAR4++,*XAR7 ;
If #1 information is in the variable, How to write the same
Thanks & Regards,
Raju