Place an 8 bit value into a memory location.
Syntax: Poke address, value
|
address |
Required. Memory address to place the value into |
|
value |
Required. The 8 bit value to place in memory. Only the lower 8 bits of the value are used if it is over 8 bits. |
Example:
Poke x+1,y
Also See: Peek