Remote-processing BASIC 52 Manuale Utente Pagina 138

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 163
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 137
RPBASIC-52 PROGRAMMING GUIDE
2-119
XBY
Syntax: XBY(addr)
XBY( addr)=expr
Where: addr = 0 to 65535 (0FFFFH) is a memory address
expr = 0 to 255 is data to save
Function: Read/write external data memory, segment 0 only.
Mode: Command, run
Use: XBY(99)=35
Cards: All
DESCRIPTION
XBY retrieves or assigns a value to external data memory. This command is equivalent to PEEKB and
POKEB.
RELATED
CBY, DBY, PEEKB, POKEB
ERROR
BAD ARGUMENT Invalid addr or attempt to assign an out of range value to a XBY(expr).
EXAMPLE
100 XBY(47536) = XBY(47536) .OR. 3
Vedere la pagina 137
1 2 ... 133 134 135 136 137 138 139 140 141 142 143 ... 162 163

Commenti su questo manuale

Nessun commento