Table of Contents

POKE

PET VIC-20 C64 C16 Plus/4 C128 X16 M65

Syntax

POKE <address>, <value>

The POKE command stores a value into the given memory address.

Examples

REM ** turn border to black **
POKE 53280, 0

See also