Renesas TM V.3.20A Especificaciones Pagina 110

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 762
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 109
Renesas Technology, Tools FAQs
Last Updated: December 20, 2000
Document Number: 01051280_e
Q.
Which registers are stored in the stack when calling a function?
A.
Only registers that will be referenced after the function are stored in the stack.
[Example] (when referencing Register R1 after calling the function)
mov.w R1,_a
mov.w R1,-4[FB] ; Register R1 is stored in the stack.
jsr _func
mov.w -4[FB],R1 ; Register R1 is returned.
cmp.w #10,R1 ; Register R1 is referenced after the function is called.
:
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Vista de pagina 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 761 762

Comentarios a estos manuales

Sin comentarios