Remote-processing BASIC 52 Instrukcja Użytkownika Strona 65

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 163
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 64
RPBASIC-52 PROGRAMMING GUIDE
2-46
IDLE
Syntax: IDLE [option]
Where: option specifies a card dependent mode.
Function: Suspends program execution and w aits for an interrupt.
Mode: RUN
Use: IDLE
Cards: All. Variations are card dependent.
DESCRIPTION
Different cards have a variety of parameters. Refer to your hardware manual for more information.
Use this command to suspend program execution and wait for an interrupt. An interrupt is from an ONTICK,
ONITR, ON COUN T, ON CO M$, ON LINE , or ON KEYPAD command.
RELATED none
ERRORS none
EXAMPLE
10 ONITR 0,1000
.
. Other initialization
.
200 IDLE Wait for interrupt
.
. On exit from idle, continue program
.
1000 RETI Simply exit
Przeglądanie stron 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 162 163

Komentarze do niniejszej Instrukcji

Brak uwag