i am using keil compiler for coding and i face the problem that when ever data exceeds 128 bytes it does not compile while i am using Ucontroller 89c52, which have 256 bytes ram.
any comments/suggestions to rectify the probem will be highly appreciated.
thanks in advance
Chapter 1 - 80C51 Family Architecture: www.nxp.com/.../80C51_FAM_ARCH_1.pdf
Chapter 2 - 80C51 Family Programmer's Guide and Instruction Set: www.nxp.com/.../80C51_FAM_PROG_GUIDE_1.pdf
Chapter 3 - 80C51 Family Hardware Description: www.nxp.com/.../80C51_FAM_HARDWARE_1.pdf
thanks a lot for helping me to solve my problem, i am using idata now for declare the variable.