Having some free time, I spend a few hours trying to do something more or less productive.

So I finally got the #VolksForth "Sprite" #demo #code to load on the #Commodore64. I vaguely remembered that it used to load and run decades ago. But with the current disk images, it doesn't.

Turns out that it just required a little fix in screen #10 on the first disk and the demo loads. There, it says "3 L" which, according to a comment, should list the contents of screen 3. I suppose that "L" was once used as a shortcut for "LIST" but for some reason this is no longer the case. So I just wrote out the full word.

EDIT: the problem being that the Editor isn't loaded by the demo loader and it is also not part of the default VolksForth binary. But the "L" word is part of the Editor code.

And with that "fix" in place, you can now load screen 5 on disk #1 which contains the demo loader.

But: you need to issue a "3 BUFFERS" before loading, to reduce the number of buffers to 3 and free more space for the dictionary in turn.

During load, you'll need to switch disks a few times. Once everything is loaded and you are back at the "Ok" prompt, type "DEMONSTRATION" and enjoy ...

#Forth

@Wintermute_BBS Yay and VolksForth is also available for the #atari800xl! :)
@feoh indeed. and the Apple ][
@Wintermute_BBS Would be interesting to extend that with #fujinet network support.
@feoh since it's just your good old F83 there will be ways to accomplish this. probably by providing some re-usable words for doing low-level access, depending on the machine. and once you get to read/write data everything else is just up to whatever one is up to.