2003-06-23 11:20 PM
2003-06-23 09:34 PM
I use a ST7LITE0 and I want to enable the interrupts in my program but I don't know what is the instruction in C for this .
Somebody can help me please .2003-06-23 10:20 PM
For Hiware Compiler use
asm RIM; // To enable interrupts asm SIM; // To disable interrupts For Cosmic Compiler use _asm(''RIM''); // To enable interrupts _asm(''SIM''); // To disable interrupts Hope this helps Regards, PraveenG2003-06-23 11:20 PM
Thanks it's function .
http://www.gamers-forums.com/smilies/kao/chika/chirol_iei.gif