Table of Contents

DOKE

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

Syntax

DOKE <address>, <value>

The DOKE command stores a 16-bit value (WORD or INT) in two consecutive bytes at the given memory address.

Examples

DOKE $C000, 1986 ' Will store the value to $C000-$C001
PRINT DEEK($C000)

See also