Zilog Z80380 Manual do Utilizador Página 58

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 57
Linker Command File Linking Files
3–8 UM004001-COR1103
make a copy of an initialized RAM data section in a ROM address space, so that the RAM
may be initialized from the ROM at run time.
Syntax: COPY <section> <address-space> [ AT <expression> ]
The <section> must be a control section name, and the <address-space> must be an address
space name. The optional AT <expression> is used to copy the control section to a specific
address in the target address space.
Example: COPY bank1_data ROM or COPY bank1_data ROM at %1000
Linker Command DEFINE
This command is used for a link-time creation of a user defined public symbol. It helps in
resolving any external references (EXTERN) used in assembly time.
Syntax: DEFINE <symbol name> = <expression>
<symbol name> is the name of the public symbol. <expression> is the value of the public
symbol.
Example: DEFINE copy_size = copy top of usr_seg - copy base of usr_seg
Vista de página 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 115 116

Comentários a estes Manuais

Sem comentários