POKE/de

From MCS Wiki AVR
< POKE(Difference between revisions)
Jump to: navigation, search
(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...")
 
m (1 revision)
 

Latest revision as of 21:15, 15 February 2013

Contents

= (**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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language