• size of reentrant stack of compact model
    The user manual of Cx51 describes that maximum size of reenterant stack in compact memory model is 256 Bytes . While in STARTUP.A51 sets its top to 0xFFFFh which is 64 KBytes. Can any body tell me what...
  • Compact reentrant functions, RTX51 and debugger...
    When I use RTX51 and MON51, I cannot see local variables and function parameters when debugging compact reentrant functions !!! Any ideas?
  • MON51 and compact memory model
    When using compact reentrant functions and RTX51 I cannot see local variable and parameter values in the debugger using MON51...The values shown seem to be addresses instead of the values !?!
  • xdata and compact memory model
    If I'm using the compact memory model, which implicitly sticks variables in xdata, but also declare a variable (in this case a char[]) to go in xdata, it appears to use the wrong pointer type. Thus, I...