• part memory usage?
    How do I view how much program and ram space a compiled program will use? I'm looking for something like a memory map such as is provided by other tool sets. I've been able to figure out the program...
  • How check memory usage?
    Hi, I'm new to this compiler. My application behaves strange using a AT89C51CC03. I would like to have some tips on how to check if data or xdata usage is not exceeding processor memory. I checked...
  • Usage of memory model large
    hi, I am using the external data memory (xdata) to store some variables,since my internal data memory(256 bytes)overflows. The test case executes without error for small memory model(If i remove...
  • Usage CAN in C164CI
    I use C164CI-LM (Step AB) for my application. I want to select Port8 (P8.0&P8.1) for CAN transfer and so I use next C-text for initialization CAN: P8 |=0x0003; DP8 &=0xFFFC; ODP8|=0x0002; DP8...
  • How to change the DATA memory usage ?
    Dear all, I have one question about DATA memory usage. Original situation:(quoted from .m51 file) ... fno = 0x00;iflag=arg2; // C-code and below is machine code C:0x0E38 78A1 MOV R0,#fno(0xA1...