Renesas M3T-MR100 Manual de usuario Pagina 231

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 230
- 217 -
1. At the beginning of file, be sure to include "mr100.inc" which is in the system directory.
2. For the symbol indicating the handler start address, make the external declaration.
51
3. Always use the RTS instruction (subroutine return instruction) to return from cyclic han-
dlers and alarm handlers.
For examples:
.INCLUDE mr100.inc ----- (1)
.GLB cychand ----- (2)
cychand:
:
; handler process
:
rts ----- (3)
Figure 7.10 Example Handler Written in Assembly Language
51
Use the .GLB pseudo-directive.
Vista de pagina 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 303 304

Comentarios a estos manuales

Sin comentarios