dmsc
dmsc
Thanks for the tip. If you add a section to the README file with your tip I can merge the changes! Have Fun!
Hi! > Think I got a bug. > > inc a(1) > > This works as expected with WORD arrays but gives an error with BYTE arrays Yes, INC (and...
Hi! Thanks for the bug report. Sadly, this has nothing to do with the commas, it is a bug in the runtime in the SIN and COS routines - and...
Sorry for waiting so long to respond, I'm really busy this days. I think that what you want is having "overlays", and a way to load those overlays over existing...
Hi @ukcroupier As Vitoco said, INC and DEC only work on WORD values, so applying to a memory location this would mean: ``` DPOKE X, DPEEK(X) + 1 ``` Is...
Hi! > There are many commands that could be seen as the end of a line and yet we still need to use a colon to denote a new line/command....
Hi! > I don't understand how your parser works but I was thinking the auto line would only work on abbreviations as there's already an effective EOL in the full...
Hi! > I see a few commands were removed from Atari Basic. If code is being ported over, there should be a list of in unsupported commands and functions. I...
> I hope the information here is a good start if you are planning to make up a document on this subject. Yes, thank you for your that!
Hi! > Here is what I done so far for documenting conversion to Fast Basic. Thanks! I will add the text to the Wiki.