| ||||||||||||||||
Technical Support On-Line Manuals LX51 User's Guide | Code Banking ExampleA code banking application with the following memory map:
requires the following linker command line:
LX51 BANK0 {A.OBJ},
BANK1 {B.OBJ},
BANK2 {C.OBJ},
BANK3 {D.OBJ}
BANKAREA (0x8000-0xFFFF)
CLASSES (
XDATA (X:0x0000-X:0x7FFF),
HCONST (C:0x000000-C:0x03FFFF)
CODE (C:0x0000-C:0xFFFF)
)
There are several Application Notes available that show how to create programs for extended 8051 devices. | |||||||||||||||
| ||||||||||||||||