Renesas Emulator System M3T-MR100 Manual de usuario Pagina 233

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 306
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 232
- 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 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 305 306

Comentarios a estos manuales

Sin comentarios