| ||||||||
Technical Support On-Line Manuals BL51 User's Guide | Classic 8051 DevicesClassic 8051 devices provides three different memory areas your application may use:
The device selected and your hardware configuration dictate the memory map for your project. The linker needs to know about the constraints of your memory map so it can locate program segments accordingly. You may use the RAMSIZE, CODE, and XDATA linker directives to specify the size of on-chip RAM, CODE, and XDATA memory areas. Code banking applications require the BANKAREA directive to specify the area of CODE that contains the banks and the BANKx directive to specify the banks in which modules are located. Note
| |||||||
| ||||||||