Authors
F. W. Manders
Publication
Publication Details
Volume: 2 Issue: 3
Date
May/June 1982
Pages
46-47
See all articles from SYNC v2 n3
I wanted to develop a method of storing as many three-letter words as possible in my 1K ZX80). using as little memory as possible. The solution is based on the fact that charaeter numbers of the letters can be compounded into a single number, which can be stored in an array element. Thus three letters can be stored in two bytes.