boriel-basic/zxbasic
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Copyleft (K) 2008, Jose Rodriguez-Rosa (a.k.a. Boriel) http://www.boriel.com All files within this project are covered under de GPL3-like LICENSE (Google for it, I don't want to include it here). You can create closed-source (even commercial ones!) programs with this compiler (a mention to this tool will be welcome, though). But if you modify *this* project (the compiler .py, .asm or whathever) files in any way you MUST publish the changes you made and submit your contribution to the community. ------------------------- This is a very little help file. For DOCUMENTATION in English go to http://www.zxbasic.net/ If people are interested, in an English phorum I will try to start a thread on this in World Of Spectrum For DOCUMENTATION in Spanish go to http://www.speccy.org/wiki/doku.php?id=zxbcompiler:indice --------- INSTALL ------- This tools are completely written in python, so you will need a python interpreter (available on many platforms). Just copy them in a directory of your choice and installation is done. :-) --------- AKNOWLEDGEMENTS --------- Thanks to: * Andre Adrian <adrianandre AT compuserve.de> from which I ripped the 32 bits Z80 MULT and DIV routines. See: http://www.andreadrian.de/oldcpu/Z80_number_cruncher.html * Matthew Wilson <matthew AT mjwilson.demon.co.uk> and Andy <fract AT zx-81.co.uk> from comp.sys.sinclair for their help on ROM FP-CALC usage. * Mulder <http://www.worldofspectrum.org/forums/member.php?u=1369> from World Of Spectrum for finding the nasty PRINT AT bug and the GTU8 bug. See: http://www.worldofspectrum.org/forums/showthread.php?p=278416&posted=1#post278416 * Compiuter <http://www.speccy.org/foro/memberlist.php?mode=viewprofile&u=73> from Speccy.org for finding a bug in PRINT OVER 1 routine. * There are several more contributions (e.g. Thanks to LCD for its intensive testing!). And thank you all (the entire community) for your interest!