• generic pointers and bad code problem
    I have searched the entire knowlege base and have not found an answer to a specfic question. how do you CAST a generic pointer to a memory specific pointer. There are examples in the manual for...
  • Bad code
    See code in last thread Author Andy Neil Posted 12-Jun-2007 05:39 Toolset C51 Irrelecant code! Andy Neil Author: jamil rafar Posted: 12-Jun-2007 04:54 "what is wrong with this code plese...
  • armcc [4.1 Build 894] generates bad code?
  • Why does the Keil compiler generate bad code for the DS400C80?
    The following code: fwsUniChar c; fwsUniChar *temp; temp=p->inPtr; c = *temp; temp++; p->inPtr = temp; correctly increments the pointer p by 0x01 instead of fwsUniChar c = p->inPtr...
  • good code bad answer
    my code is 110% correct; eg no errors and runs properly. see. int _val; int myfunc2(int val) { _val = val; return _val; }; int Bar(int val) { return _val + val + 1; }; void myfunc1(int val...