|
| Keil Lx51 Locate- Use Memory Layout from Target Dialog
- Enable this option to use the memory information specified under Project — Options — Target. You may still add user classes to these settings.
- Reserve
- Specify memory ranges that are reserved and that the linker should avoid.
- C Classes
- When Use Memory Layout form Target Dialog is enabled it displays the classes created for the memory definitions specified in the Target dialog.
- User Classes
- Lets you to locate variables or program code to special memory regions by using:
- The Ax51 Assembler SEGMENT definition which user-defined classes.
- The Cx51 Compiler USERCLASS directive to locate variables or program code to special address ranges.
- User Segments
- Allow you to locate segments to specific memory addresses. The segment names in a C program are derived from the source file name and the memory type.
- Linker Control String
- Displays the current directives in the linker command line.
|
|