![]() |
ZX Basic Compiler? - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +--- Thread: ZX Basic Compiler? (/showthread.php?tid=449) |
ZX Basic Compiler? - YorkshireMale - 04-14-2012 Hello All I have download the ZX Basic Compiler and I dont know which Compiler do I have click as I want type in Basic ![]() There is W9xpopen.exe ZXb.exe ZXbpp.exe I do know other one is asm (ZXbasm.exe) please let me know ![]() Re: ZX Basic Compiler? - boriel - 04-16-2012 You have to use zxb.exe, but currenty there are no windows/IDE program. Just command line! If you want and IDE, use LCD's IDE, but I can't remember where to download it... :oops: Re: ZX Basic Compiler? - britlion - 04-16-2012 Hi YM, and welcome. I still use Tommygun, not having got hold of a fully working IDE from LCD ![]() There's a howto get it working thing boriel did here: https://www.boriel.com/forum/showthread.php?tid=110 Basically, you download and install it, make a project (e.g "mygame"), then add a basic file (under "code") to the mygame project - it should be called, therefore, "mygame.bas" - and then after opening that, you can set the compiler settings as Boriel describes in the howto. If you have any difficulties, get back to me, and I'll make sure to get you sorted and setup - even if it means a phone call! ![]() Re: ZX Basic Compiler? - boriel - 04-16-2012 TommyGun has been discontinued ![]() Re: ZX Basic Compiler? - britlion - 04-17-2012 boriel Wrote:TommyGun has been discontinued I know ![]() Still works, though. Re: ZX Basic Compiler? - LCD - 04-17-2012 You can download my BorIDE from my site (look at signature), but this version has some problems with multitabs, so I recommend to use only one source code, but new version is on the way. Currently I'm learning ECDL, but less than one week until the final test (which is easy - Powerpoint), then I can switch again to full speed of development. Yesterday I added e.g. a function to invert values in DEFB data lines, and today I will play with MegaLZ compression in DEFB data lines... |