|
|||||||||||
|
Technical Support On-Line Manuals LX51 User's Guide |
LX51 User's GuideCommon AreaThe common code area may be accessed by all banks. It typically includes routines and constant data that must always be accessible. For example:
The following code sections must always be located in the common area:
It is difficult to estimate the size of the common area since it depends on the particular software application and hardware constraints. If the ROM area that is dedicated as common area is not large enough to contain the entire common code, the linker duplicates the remaining part of the common code area into the beginning of each code bank. This is also the case if your hardware does not provide a common code area section in the ROM space. | ||||||||||
|
|||||||||||