Renesas TM V.3.20A Spécifications Page 92

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 762
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 761 762

Commentaires sur ces manuels

Pas de commentaire