| |||||||||||||
Technical Support On-Line Manuals LX51 User's Guide | Standard Application ExampleA typical non-code-banking application with the following memory map:
requires the following linker command line:
LX51 PROG.OBJ &
SEGMENTS ( &
DATA(D:0x00-D:0x7F), IDATA(I:0x00-I:0x7F), &
CODE(C:0x0000-C:0x7FFF), &
XDATA(X:0x0000-X:0x7FFF, X:0xF800-X:0xFFFF) &
)
Note
| ||||||||||||
| |||||||||||||