• intrnsic fuction
    hi.....what this function performs _CONFIG...... is this an intrinsic fuction in keil IDE
  • Is it mistake to force PC to specific address?
    I want to make mechanism to force my processor (LPC2378) to do one program if some flag is set and to do another if that flag isn't set. But that two programs may have functions with same name and I want...
  • how to force constants into hconst
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • Forcing FAR libraries
    I just ran across a case with C51 7.50 where the linker was not automatically selecting the far version of the library. My far pointers weren't working, despite the presence of XBANKING.A51. The problem...
  • Force a function to not use xdata
    I have a function that uses xdata in one of it's helper functions. How do I prevent it from doing so?