• Avoiding warning L16
    Hello, Is there a way to avoid the following warning: Warning L16: uncalled segment, ignored for overlay process ? I'm not talking about the Disable warning numbers you have in the options of a project...
  • Avoiding warning L16
    Hello, Is there a way to avoid the following warning: Warning L16: uncalled segment, ignored for overlay process ? I'm not talking about the Disable warning numbers you have in the options of a project...
  • Strange Shift Warning
    I am getting this warning: warning C200: '>>': out of range shift factor has been truncated with regards to this line of code: Mbuf[1] = HEX2ASCII( (pEvent->num & 0xF000) >> 12 ); This warning...
  • Strange Shift Warning
    I am getting this warning: warning C200: '>>': out of range shift factor has been truncated with regards to this line of code: Mbuf[1] = HEX2ASCII( (pEvent->num & 0xF000) >> 12 ); This warning...
  • bit shifting
    hello there i have some problem regarding the bit shifting i want to convert the some no. from Hex. to Decimal for that i am going to used the shifting. when i recived the no. in hex format then i want...