Remote-processing CAMBASIC Manual do Utilizador Página 126

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 208
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 207 208

Comentários a estes Manuais

Sem comentários