Page 1 of 1

Software: ZxToken 1.08

Posted: Mon May 12, 2008 10:48 am
by XavSnap
Hi all !

ZxToken 1.08 had been updated and can convert Zx80's text programs!

http://dskcenter.free.fr/Download/Zxtoken.zip

Have Fun...

Software ZX80 ;-) ZxToken 1.09

Posted: Thu May 15, 2008 2:38 pm
by XavSnap
Hi,

My ZxToken v1.09 in ready.

It now able to convert Zx80 'O' to files text and text to Zx80 'O' files.
Also can convert:

Zx81:
- a Text files to P.
- P & 81 to a text files.
Spectrum:
- Tap to a text files.
- Sna to a text files.
(The main download page release isn't updated and steel to 1.08 release!)

;-)


Have Fun !

Note:
Don't forget to install VB DLLs include in the "DskCenter.exe" files.

http://dskcenter.free.fr/zxtools.html
Regard for ZxBasic and ZxDraw you had to install a special dll... Have a look to Zxbasic section on the web site !

Re: Software: ZxToken 1.08

Posted: Thu May 15, 2008 2:53 pm
by XavSnap
Oooops!

On the Zx80 basic system, there is'nt any lines Lenght !
In case of a 76h opp. code in a REM line, the O to Text converter can Crash...

But is there any stuff to retrieve the true line lenght ???

Basic line structure:
Line number: 00 00 (2bytes)
Line : 00... (x bytes)
End of Line : 76h (1byte)
... next line ...
... next line ...
and 80h at the end !
Thanks in advance.

Re: Software: ZxToken 1.08

Posted: Thu May 15, 2008 3:01 pm
by sirmorris
Hmm, I think you'll have to try and make a guess whether this is a REM line with an EOL in it, or an actual EOL.. :(

Look at the bytes that follow the EOL and see if they look like a line number. (Sorry but I'm guessing the structure here - I've never been near a zx80 :o )

An EOL in a Zx80 REM line

Posted: Thu May 15, 2008 9:18 pm
by XavSnap
Hi !
I can use a reversed detokenize DFile to and of the "REM" line... and test the first opp. code, it must be above E6h... and detokenize at start to Dfile to compare all lines.
But... we can't add any basic lines above a REM !
We had to type our basic program and type in the REM line at the end of basic memory!
I know ... The Zx81 is the update of the Zx80!
But it was a serious leek regard Zx80's programming.

Re: Software: ZxToken 1.08

Posted: Thu May 29, 2008 2:55 am
by XavSnap
Hi,

ZxToken was updated to V1.11 !
It now able to compile a REM line with several "[Hex:]" tag!


... and ZxDraw/ZxBasic get the missing Dll (Vb subclassing DLL) in an exe installer.

Have Fun.