POKE
Syntax
POKE <address>, <value>
The POKE
command stores a value into the given memory address. The following type conversions are possible:
Examples
REM ** turn border to black ** POKE 53280, 0
POKE <address>, <value>
The POKE
command stores a value into the given memory address. The following type conversions are possible:
REM ** turn border to black ** POKE 53280, 0
v3/poke.txt ยท Last modified: 2021/11/24 11:17 by neils