Welcome, Guest. Please login or register.


Author Topic: Zzzip Integer Compiler (Read 78431 times)

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Zzzip Integer Compiler
« Reply #60 on: 2015.February.17. 21:17:47 »
Welcome Dan!

Amazing story!

At there try to collect the EP team names. Now we can and some more to the list, thanks!

If you have any more informations, memories, photos, etc from the old good days please share!

And I hope you find your disks!

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Zzzip Integer Compiler
« Reply #61 on: 2015.February.18. 12:12:24 »
I specifically remember Peter asking me to 'test' Zzzip for him using my basic programmes which i had written
These programs are released in any form? For example in the User Group?

Offline dan.cave

  • Newbie
  • Posts: 5
Re: Zzzip Integer Compiler
« Reply #62 on: 2015.February.18. 12:33:39 »
No, i  don't even know if I've still got the disks or whether they were sold with the Enterprise when Dad sold them ..

These programs are released in any form? For example in the User Group?

Offline endi

  • EP addict
  • *
  • Posts: 7298
  • Country: hu
  • grafikus, játékfejlesztõ, programozás, scifi, tudományok, vallás
    • Honlapom
Re: Zzzip Integer Compiler
« Reply #63 on: 2015.December.01. 17:02:38 »
How many Zzzip compiler have been sold?

I remember, I won one on the Enterface programming compo. :)
So maybe I am the only one here who has a legal copy of it. (No, because I never got it...)
Vigyázat! Szektás vagyok! :)

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Zzzip Integer Compiler
« Reply #64 on: 2015.December.01. 22:20:50 »
How many Zzzip compiler have been sold?
In Hungary very lot of. Copied to many game tapes 'B' side, see the "Gratis soft" label. I think I have least 20 pieces of these :-)

And I also have two original tapes from UK.

Offline SlashNet

  • EP addict
  • *
  • Posts: 1192
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Zzzip Integer Compiler
« Reply #65 on: 2015.December.21. 13:12:57 »
Found small bug in compiler.

Line DATA ",",0,0,0,0,0
Interprets by Basic: DATA "comma",0,0,0,0,0
Interprets by ZZZIP: DATA quotes,quotes,0,0,0,0,0

Add------

DATA with comment like this: DATA 0,0,0,0 ! comment
ZZZIP interprets last DATA value as string: DATA 0,0,0,0 ! comment
« Last Edit: 2015.December.22. 10:29:21 by SlashNet »

Offline SlashNet

  • EP addict
  • *
  • Posts: 1192
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Zzzip Integer Compiler
« Reply #66 on: 2018.May.17. 22:06:40 »
Little question. On this cassette cover is written: "BY PAUL HINER". Is that mistake of cover designer?

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Zzzip Integer Compiler
« Reply #67 on: 2018.May.19. 00:38:40 »
Yes, it seems an error when editing the cover.

Surely you can easily amend this offense after 32 years....

Offline szipucsu

  • Global Moderator
  • EP addict
  • *
  • Posts: 9898
  • Country: hu
    • Támogató Támogató
    • Webnyelv.hu - Tanuljunk nyelveket!
Re: Zzzip Integer Compiler
« Reply #68 on: 2019.January.28. 23:21:28 »
I have never understood why the lines are necessary between line number 110 and 150, in the loader of a compiled program. Who saved what? The program starts with GOSUB 200 and there is no way to get to the line 110.
[ Guests cannot view attachments ]
100 SOUND SOURCE 2,STYLE 128,PITCH 25.2,SYNC 1
110 SOUND PITCH 25,SYNC 1
120 ! Videos

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Zzzip Integer Compiler
« Reply #69 on: 2019.January.29. 07:04:09 »
Try RUN 100

Offline SlashNet

  • EP addict
  • *
  • Posts: 1192
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Zzzip Integer Compiler
« Reply #70 on: 2019.January.29. 08:37:13 »
I have never understood

Read carefully manual:

Copying Compiled Programs
Compiled programs can not be simply copied to tape using the SAVE command. One method of making further copies would of course be to compile the Basic program again. Another method, requiring only one tape machine, uses a facility which is included in the Basic loader program preceding each compiled program. Starting from the Basic editor screen with all previous programs deleted, proceed as follows:
  • Insert the tape containing the compiled program and prepare to load.
  • Type in LOAD "XXX" (where XXX is the narne of the program).
  • Insert the destination tape (on which you wish to make a copy) and prepare to save.
  • Type in SAVE "XXX"
  • Insert the tape containing the compiled program and prepare to load.
  • Type in RUN 100
  • The program will prompt you when you should insert the destination tape and prepare to save.
  • Then press the ENTER key and the compiled program will be written out to the destination tape.

Offline szipucsu

  • Global Moderator
  • EP addict
  • *
  • Posts: 9898
  • Country: hu
    • Támogató Támogató
    • Webnyelv.hu - Tanuljunk nyelveket!
Re: Zzzip Integer Compiler
« Reply #71 on: 2019.February.25. 12:47:53 »
Read carefully manual:
Where is this manual? I haven't seen it. It cannot be found on ep128.hu. Is there an English manual for the program?
100 SOUND SOURCE 2,STYLE 128,PITCH 25.2,SYNC 1
110 SOUND PITCH 25,SYNC 1
120 ! Videos

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Zzzip Integer Compiler
« Reply #72 on: 2019.February.25. 13:13:52 »

Offline SlashNet

  • EP addict
  • *
  • Posts: 1192
  • Country: ua
  • Enterprise 128K | Cubietruck
    • My old site about Enterprise
Re: Zzzip Integer Compiler
« Reply #73 on: 2019.February.25. 20:21:23 »

Offline desUBIKado

  • Newbie
  • Posts: 7
Re: Zzzip Integer Compiler
« Reply #74 on: 2023.November.23. 23:10:11 »
Try RUN 100

Hi Zozosoft,
This dont work for me. I think there is a mistake in line 120. Variable B$ must be A$ to work, but the compiled program (for example  Hello.com) don't work anyway.