Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 936 Bytes

bpoke-l.rst

File metadata and controls

33 lines (23 loc) · 936 Bytes

BPOKE_L

Syntax

BPOKE offset, value and

BPOKE_W offset, value

BPOKE_L offset, value

Location BPOKE (DIY Toolkit - Vol B)

These three commands allow you to alter the value of SuperBASIC variables in much the same was as the extended POKE commands do on Minerva and SMS.

BPOKE_W and BPOKE_L were added in v0.7 of the toolkit.

They unfortunately always access the SuperBASIC variables of Job 0 (SuperBASIC) and cannot therefore be used on a Multiple BASIC interpreter.

CROSS-REFERENCE

See poke.

bpeek-pct and related commands allow you to read the values of the SuperBASIC variables.