Hi,
I have some long term plans to extend the X-BASIC (aka MSX-BASIC kun compiler) functionality a bit. I have now rebuild a new version of it, but as all the routines have now moved around and I don't have the original sources there might be some bugs that have slipped my eyes.
I would be grateful if you could test if your existing programs still work fine with this version of X-BASIC and report me back if you find something that doesn't work like in previous versions.
As this is early alpha there are only few little changes implemented: There is now support for INPUT$()-function and there are also few totally new commands that I've been missing. You can for example now do something like:
10 _TURBO ON 20 R=R+.05:WAIT LINE=SIN(R)*50+120 30 COLOR,8:WAIT SCREEN:COLOR,0 40 IF INKEY$="" then 20
(Should be pretty self explaining, if you are familiar with screensplit consept)
How ever the thing that interests me most at the moment is that all existing software works properly and here is where I need your help: Please test your sources with this compiler and report back any possible commands/functions/situations where you see that things work differently.
You can download ROM-Version here: XBASIC3A.ROM
... or BIN-version here: XBASIC3A.BIN
Thank you for your time.

)