Renesas M3T-ICC740 Información técnica Pagina 43

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 53
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 42
41
7.2. Altering the lnk740.xcl File
If you’ve created new segments in an assembler source file, etc., you must set the locations of
those segments in the lnk740.xcl file.
An example is shown below.
In the above example, the RAM_DATA segment is located after the ECSTR segment, and
the ROM_DATA segment is located after the CONST segment.
< sample.s31 >
...
RSEG RAM_DATA
BLKB 10
...
RSEG ROM_DATA
BYTE ‘Please enter your name’
...
< lnk740.xcl >
...
-Z(NPAGE)NPAGE,C_ARGN,N_UDATA,N_IDATA,ECSTR=100-43F
-Z(NPAGE) RAM_DATA=100-43F
...
-Z(CODE)RCODE,Z_CDATA,N_CDATA,C_ICALL,C_RECFN,CSTR,CCSTR,CODE,
CONST=C080-FEFF
-Z(CODE) ROM_DATA= C080-FEFF
...
Vista de pagina 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 52 53

Comentarios a estos manuales

Sin comentarios