2005-07-26 09:48 PM
ST9 call routine in RAM from an interrupt routine, memory model COMPACT
2011-05-17 02:36 AM
Hello,
I try to call a routine in RAM using the memory model COMPACT, so the only way to do it is using the assembly to perform a ''calls''. It works fine. But if I call this routine in RAM from an interrupt routine, I get this message from stvd9 : memory location doesn't exist ! Do I need to take care of anything else beside this ''calls'' instruction in order to perform this operation ? Thanks if anybody can help me find out a way to do it... :o2011-05-17 02:36 AM
Try using other memory model