Scroll Window Utility

Anything Sinclair ZX Basic related; history, development, tips - differences between BASIC on the ZX80 and ZX81
Post Reply
User avatar
GCHarder
Posts: 427
Joined: Sat Dec 14, 2013 7:46 pm

Scroll Window Utility

Post by GCHarder »

Here's a nice little scrolling windows utility from ZX Computing.

The MC for this app worked fine, however, the BASIC listing contained many bugs so I've redone it.
Most notably line 290 POKE B+30-L, CODE K$ should be 290 POKE B+30+L,CODE K$. The former is almost always guaranteed to crash the program. There were other bugs as well.

Regards;

Greg
Attachments
Scroll Window (16K).zip
Prog and scans
(816.4 KiB) Downloaded 949 times
Post Reply