Search found 3231 matches

by Moggy
Sun Mar 10, 2024 10:35 am
Forum: Development
Topic: werewolf for the zx81 16k
Replies: 11
Views: 781

Re: werewolf for the zx81 16k

Yes it does.

Example.

." some text "

This is the standard way to print text in Forth.
by Moggy
Sat Mar 09, 2024 9:04 pm
Forum: Software
Topic: Forth Hints & Tips: Kaleidoscope
Replies: 11
Views: 770

Re: Conditional test using /MOD.

Congratulations, Moggy! Your teaching is excellent and I believe that even those who still don't understand Forth have managed to understand your explanation! Very good! Just a tip: since the quotient of the division is discarded, instead of /MOD, you could use the word MOD which leaves only the re...
by Moggy
Sat Mar 09, 2024 12:15 pm
Forum: Sinclair Misc
Topic: ZXBETA User Guide & Tutorial
Replies: 3
Views: 508

Re: ZXBETA User Guide & Tutorial

Thanks Tim.

I have read it through and it's an excellent guide even for someone like myself who is familiar with the tracker, plus like all your other PDFs over the years nice sized, clear readable type making reading easy especially for old dino's like me. :oops:

Great job. :D

Moggy.
by Moggy
Fri Mar 08, 2024 8:00 pm
Forum: Sinclair Misc
Topic: ZXBETA User Guide & Tutorial
Replies: 3
Views: 508

Re: ZXBETA User Guide & Tutorial

I find the best way to learn something new is to document it. So, in learning the music tracker ZXBETA, I wrote a User Guide and Tutorial. It can be found here: http://swensont.epizy.com/zxbeta.pdf The ZXBETA software can be found on this forum in the post: https://www.sinclairzxworld.com/viewtopic...
by Moggy
Fri Mar 08, 2024 6:18 pm
Forum: Software
Topic: Forth Hints & Tips: Kaleidoscope
Replies: 11
Views: 770

Conditional test using /MOD.

The following is a very simple exercise to test whether a succession of numbers are divisible by 3, 4 and 5. Not very useful in its self but uses I think a novel way to achieve this by using the remainder or modulus of a set of computations, added together, to decide if the number in question being ...
by Moggy
Wed Mar 06, 2024 11:01 pm
Forum: Development
Topic: werewolf for the zx81 16k
Replies: 11
Views: 781

Re: werewolf for the zx81 16k

Werewolf for the 16k ZX81?

No it's white lightning for the 48k Spectrum. ;)
by Moggy
Wed Mar 06, 2024 8:28 pm
Forum: Software
Topic: Forth Hints & Tips: Kaleidoscope
Replies: 11
Views: 770

Re: Forth Hints & Tips: Kaleidoscope

Ahh understood Kelly. :D

In which case I shall put something together and post it.
by Moggy
Tue Mar 05, 2024 10:41 pm
Forum: Hardware
Topic: ZX81 toZX80 conversion.
Replies: 22
Views: 1730

Re: ZX81 toZX80 conversion.

Finally got around to finishing it and decided on green for the case top half and black for the bottom as a change from the ordinary, not the best I admit but I claim no artistic talent! :lol:
by Moggy
Tue Mar 05, 2024 4:59 pm
Forum: Software
Topic: Forth Hints & Tips: Kaleidoscope
Replies: 11
Views: 770

Re: Forth Hints & Tips: Kaleidoscope

A nice routine, Kelly short and sweet. :D It should be mentioned for those unfamiliar that it is to long to type straight into the console window, it produces an error after typing 4 lines and has to be done in the editor then compiled as per the manual. I would like to offer some contribution, Kell...
by Moggy
Mon Mar 04, 2024 8:01 pm
Forum: ZX BASIC
Topic: Is it just my imagination or are X and Y flipped?
Replies: 5
Views: 513

Re: Is it just my imagination or are X and Y flipped?

In fairness it's Steve Vickers to blame not Sir Clive.