Authors
Publication
Pub Details
Syntax/Syntax ZX80 v3 n4
Volume:
3
Issue:
4
Date
April 1982
Pages
8
BASIC Terms
See all articles from Syntax/Syntax ZX80 v3 n4
Technique for simulating integer arrays using PEEK and POKE in ZX81 BASIC, storing values 0-255 in REM-reserved memory rather than floating-point variables. Demonstrates significant memory savings: a DIM V(8,8) float array (320 bytes) reduced to 64 bytes with this method.