• Cant find description of local variables for assembler routines
    I looked all over the manuals and did a search, but could not find a method for defining variables in an assembler routine as local (as in a C function). in the back of my mind it says that this is possible...
  • Cant find description of local variables for assembler routines
    I looked all over the manuals and did a search, but could not find a method for defining variables in an assembler routine as local (as in a C function). in the back of my mind it says that this is possible...
  • Incorrect compiler behaviour for local HCONST arrays
    Keil C51 v7.20, 16MB contiguous mode for DS80C400. Why doesn't the following work? unsigned char LookUp(unsigned char x) { const unsigned char far lookups[]= { 1,2,3,4, ...etc... , 125,126...
  • Incorrect compiler behaviour for local HCONST arrays
    Keil C51 v7.20, 16MB contiguous mode for DS80C400. Why doesn't the following work? unsigned char LookUp(unsigned char x) { const unsigned char far lookups[]= { 1,2,3,4, ...etc... , 125,126...
  • local array variables in debugger watch-local window not right...?
    local array variables in debugger watch-local window not right...? I detected a strangeness during function's debugging. Local array in Watch/local window was shows with incorrect Address and values...