fastbasic
fastbasic copied to clipboard
FastBasic - Fast BASIC interpreter for the Atari 8-bit computers
This extends the possibility of creating more advanced software using only Atari.
Floating-point functions are not needed for writing tools, but network functions are required. Request to add support for Fujinet in the fixed-point version of the compiler.
Having something like `CIRCLE x,y,r1[,r2]` taking a radius to draw a circle, as well as an optional second radius to draw an ellipse, and `RECTANGLE x1,y1,x2,y2` would be **immensely** helpful...
I wonder, since it is using ca65 asm, how difficult it would be to add a target/cfg file for C64, and have the basic integer-only interpreter working, and run a...
It would be great, if possible, to have the command implemented in Fast Basic, to be able to display text from the string at position x, y, also in the...
Hi, Can there be an include option in Fast basic for assets like pictures, soundfiles just an option to load them at a specific address so they are emmbed inside...
Could you make an option to set in a fastbasic program to make it reset proof ?
Hi, DLI setup is great thanx. Could you implement a VBI option aswell that could be used to run an music player in VBI. When you can support it also...