if i am using AT89C2051 which has a 2k on-chip code memory, how will i know if my codes have exeeded it? does KEIL automatically pop error? in my application i do not intend using any external code memory & neither is hardware designed for it. what is the way to detect the same (i.e. if i have exeeded the on-chip code memory limit) ??? thank you.
Note that you can also just select the Use On-Chip ROM option in uVision2 to set the appropriate CODE space for the linker. Jon