Posted on May 26, 2007 at 00:00Thank you for your help! Because I have to convert the source code from Metrowerks to Cosmic. The inline assembly under Metrowerks calls the local objects. The objects must be in local object because of the ram limitat...
Posted on May 25, 2007 at 02:45I am converting the inline assembly from Metrowerks to Cosmic. When i compile the following code, the compiler has error massage, bad addressing mode. how could i modify the code ,please? void abc() { unsigned char fr...
Posted on May 25, 2007 at 01:13I have to convert the source code form Metrowerks to cosmic. I have some probrlem for following 2 lines code : 1. LD abc:21,A 2. LD X,#abc:7 Could you please explain the code meaning? The sample code is show as followi...