| |||||||||
Technical Support On-Line Manuals LX51 User's Guide | Locating ModulesThe LX51 Linker provides the BANKx and COMMON keywords to locate modules (specified in the inputlist) in code banks and the common area. Refer to the Command Prompt for more details. The general format for the BANKx and COMMON keywords is:
BANKx {filename <[>(modulename)<]> <[>, ...<]>}
COMMON {filename <[>(modulename)<]> <[>, ...<]>}
Where
For example:
LX51 COMMON{C_ROOT.OBJ}, &
BANK0{C_BANK0.OBJ, MODUL1.OBJ}, &
BANK1{C_BANK1.OBJ}, &
BANK2{C_BANK2.OBJ} &
TO MYPROG.ABS &
BANKAREA(8000H,0FFFFH)
| ||||||||
| |||||||||