• 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 !?!
  • Compact reentrant model local variables
    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 !?!
  • 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 flash memory
    Hi all, I am trying to store some data in compact flash memory card. Directory creation, File creation and writing data into file is working fine. But i want to know the available free memory of the...
  • Allocate the global variables to XDATA in small memory model
    I have a MCS51 project which is compiled in small memory model, now I want to add a module to the project, the source files of the module comes from other non-C51 project, so I want to compile these...