Remote-processing BASIC 52 Manual do Utilizador Página 114

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 163
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 113
RPBASIC-52 PROGRAMMING GUIDE
2-95
RETI
Syntax: RETI
Function: Return from ONITR or ONTICK interrupt. RETI must be the last instruction of the interrupt
subroutine.
Mode: Run
Use: RETI
Cards: All
DESCRI PTION
The R ETI in struction causes you to exit from O NTICK , ONT IME (RPC -52 ca rd only ) and ONITR inte rrupts.
RETI functions like RETURN, but it clears software interrupt flags so that RPBASIC-52 can acknowledge
subsequent interrupts. If you don't execute the RETI instruction in the interrupt proc edure, all future
interrupts, hardware and software, are ignored.
RELATED
ONITR, ONTICK
EXAMPLE
Refer to ONTICK and ONITR examples.
Vista de página 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 162 163

Comentários a estes Manuais

Sem comentários