POKE/de

Aus MCS Wiki AVR
< POKE(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Created page with "= <span class="f_Header">Action</span> = Write a byte to an internal register. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </spa...")
 
K (1 revision)
 

Aktuelle Version vom 15. Februar 2013, 20:15 Uhr

Inhaltsverzeichnis

= (**COPIED FROM ENGLISH PAGE**) === Action

Write a byte to an internal register.

 

 

Syntax

POKE address , value

 

 

Remarks

Address

Numeric variable with the address of the memory location to set. (0-31)

Value

Value to assign. (0-255)

 

 

See also

PEEK , CPEEK , INP , OUTSETREGGETREG

 

 

Example


Poke 1 , 1 'write 1 to R1
End

Languages   English Deutsch  
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
In anderen Sprachen
Sprache