Remote-processing CAMBASIC Instrukcja Użytkownika Strona 126

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 208
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 125
Commands - 93
OUT
I/O Statement
SYNTAX: OUT I/O address, data
PURPOSE: Sends a byte to an I/O address.
REMARK S: The I/O addre ss is any on- or off-card address in the range of 0 to 65,535. data is between 0 and
255.
NOTE: I/O addresses 128 through 141 are used internally by the CPU. Writing to these addresses
may disrupt system functions.
RELATED: BIT, INP
EXAMPLE: In the following example, the number 2 is written to I/O address 100:
OUT 100,2
ERROR: < Data negative> for address, data
< Data > 255> - for data
< Data > 65,535> - for address
Przeglądanie stron 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 207 208

Komentarze do niniejszej Instrukcji

Brak uwag