Hello Everybody (including Andrew)
I am back from holiday and am back online, after a further delay due to my mother-in-law's 100th birthday (we had to organise all the celebrations and we had relatives coming from all over the world).
I have done a bit of work to answer a couple of questions that were asked before my holiday. First of all I have found the difference between versions 1.1 and 1.2 of Zzzip. Searching through some old discs I found a letter to Tim Box, in which I said that I had fixed a small bug. Also on an old disc I found a little test program called TSQ.BAS (to Test Square Roots), which contained a simple loop
100 FOR I = 16 TO 96 STEP 5
110 PRINT INT( SQR (I) )
120 NEXT
Both versions of Zzzip compiled this program without apparent problem, but the TSQ.ZIP output from version 1.1 produced rubbish and crashed, while TSQ.ZIP compiled by version 1.2 ran perfectly. Now I remember that in fixing another problem I had made a careless mistake and created a problem with the SQR function - which has probably never been used in a compiled program, and therefore has probably never caused any trouble. So I think that this little puzzle has been solved.
Secondly I remember that someone said they could not compile Tetris. Well my computer (original Enterprise 128) compiles Tetris without any problem (I am compiling the Basic program version TET454). I also recall that someone had a problem compiling PACMAN - I will try that and let you know the result. I expect that the answer to this sort of problem will be that you have all made changes to your RAM or ROM, which causes problems for Zzzip.
I will be happy to try and answer any other questions that anyone wants to ask.
Lastly I will reply to Andrew's post - great to hear from you again after all these years. I have retired and (though I remember you as a young lad) I suppose you are getting on in years as well. To answer your question about the source code for Zzzip, I sent it to Zozo and I am happy to make it freely available. If you send me an e-mail (to peter_hiner wriggler hotmail.com) I will reply with a copy of the source code. I lost touch with Tim Box and don't know what happened to him. I know some people say he disappeared with a load of cash but I find that hard to believe - I always found him completely trustworthy and in any case I don't think that there was ever enough cash around to make anyone disappear !
Peter