Renesas TM V.3.20A Especificaciones Pagina 561

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 762
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 560
Renesas Technology, Tools FAQs
Last Updated: March 21, 2000
Document Number: 01051288_e
Q.
I can not place the program in the section which I defined. Why not?
A.
Each program has near/far attributes. Therefore, NC30 will add _N/_F indexes to the end of all section names automatically.
However, if a section name with no _N or _F suffix is in the include file which describes section information (sect30.inc for NC30
default file), NC30 will not place your program in the section you defined.
When you register your section in the section include file, you must put either the _N or _F suffix in your section name.
Program example Section definition Example
#praga SECTION program under_program
near void n_func(void){ /* under_program_N */ }
far void f_func(void){ /* under_program_F */ }
.SECTION under_program_N
.SECTION under_program_F
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Vista de pagina 560
1 2 ... 556 557 558 559 560 561 562 563 564 565 566 ... 761 762

Comentarios a estos manuales

Sin comentarios