Zilog Z80380 Uživatelský manuál Strana 57

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 116
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 56
UM004001-COR1103 3–7
Linking Files Linker Command File
LINKER COMMAND FILE
The linker command file is text file that contains the linker command and options. The linker
commands that can be used in the command file are summarized in
Table 3-3. For linker
options see Table 3-4.
NOTE: The linker commands are listed alphabetically in the table, for convenience; however, it is not
required that commands be specified alphabetically in the command file. Command words and param
-
eters other than those shown in the table are not legal. If any other word or parameter is used, an error
message is written to the messages file, and the linker terminates without linking anything.
Linker Command ASSIGN
The ASSIGN command assigns a control section to an address space. This command is
designed to be used in conjunction with the assemblers .SECT instruction.
Syntax: ASSIGN <section> <address-space>
The <section> must be a control section name, and the <address-space> must be an address
space name.
Example: ASSIGN DSEG DATA
Linker Command COPY
This command makes a copy of a control section. The control section is loaded at the speci-
fied location, rather than at its linker-determined location. This command is designed to
TABLE 3-3. SUMMARY OF LINKER COMMANDS
Command Description
Assign Assigns a control section to an address space
Copy Makes a copy of a control section
Define Creates a public symbol at link-time; helps resolve an external symbol referenced at
assembly time
Group Creates a group of control sections that can be defined using the range command
Locate Set the base address for the control section
Order Specifies the ordering of specified control sections
Range Sets a lower bound and an upper bound for an address space or a control section
Zobrazit stránku 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 115 116

Komentáře k této Příručce

Žádné komentáře