| ||||||||||||||||||||||||||||
Technical Support On-Line Manuals LX51 User's Guide | Memory ClassesA class is an arbitrarily ordered collection of segments that share a common attribute. The purpose of a class is to allow manipulation of a number of segments using only the class name. For instance, the code objects from all modules in a program are combined into the CODE class while the xdata objects are combined into the XDATA class. You may use the CLASSES linker directive to specify the address range for a class rather than specifying the addresses for each segment individually. The following default classes are generated automatically by the linker. However, any number of user classes may be created and linked.
| |||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||