• CODE SIZE > 64KB
    Hi fellows! I´m intending to migrate my C code from IAR to KEIL3. The point is I´m using AT89C51RE2, with 85KB of code size. My collegue told me that KEIL3 is unable to deal with codes greather than...
  • String size limit lower than 64kB ?
    Hello, I use keil compiler V7.50 with DS80C400 µC in LARGE memory model. I declare several string constants like this : const char far image[] = "\x25\x50\x44\x46\x2D\x31\x2E\x34\xD\xA\x25[.....
  • Comparison "Greater and Less than"
    Hello!!! I program with the A51 assembler! I would like to know if I can find somewehre comparison subroutines "Greater and Less than" Any help would be appreciate Thank you in advance !...
  • Program hangs on machine if code size is greater than 44K
    I am using M27C512 chip. I am noticing that if code size is less than 44K, the obj works fine. As soon as it goes even 1 byte above 44K, program still compiles fine but when it is fired to controller...
  • Code limit exceeding 64KB
    Can anybody say how to interface the EPROM(64KB) with P89c51RD2HBP so that when the code limit exceeds 64KB in the philips controller the exceeded segment should goto the EPROM.