POKE
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(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...")
(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...")
Latest revision as of 23:07, 11 February 2013
Contents |
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 , OUT, SETREG, GETREG
Example
Poke 1 , 1 'write 1 to R1 End
Languages | English • Deutsch |
---|