Renesas TM V.3.20A Especificações Página 92

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 762
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 91
Renesas Technology, Tools FAQs
Last Updated: October 20, 2000
Document Number: 01051266_e
Q.
How should I describe the C-source statements to avoid getting the ln30 warning error "JMP.S instruction exist at end of bank
(address xxxxx)"?
A.
Use assembler-command instruction ".SJMP" so that the assembler does not output the jmp.s instruction
To disable the jmp.s instruction output: .SJMP OFF
To enable the jmp.s instruction output: .SJMP ON
Enclose the area that generated the warning as follows: ".SJMP OFF" and ".SJMP ON"
[Example Declaration]
main()
{
asm(" .SJMP OFF"); //disable jmp.s instruction
if(xxxxx)
...... //area that generated warning
else
.......
asm(" .SJMP ON"); //enable jmp.s instruction
}
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Vista de página 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 761 762

Comentários a estes Manuais

Sem comentários