fastbasic
fastbasic copied to clipboard
FastBasic - Fast BASIC interpreter for the Atari 8-bit computers
This isn't really necessary in normal programs but could be helpful for 10 liners. No idea what it would take to do it :) I often find myself wanting to...
Does fast basic have anything similar to instr, instr$? could not figure out if it had this or now.
The data test() bytefile "xxx" doesn't seem to be working, I looked through the test suite. using summer release 4.4. When running it generates a parse error and cursor is...
Add a way to write the VDSLST pointer with a new DLI address from within another DLI. (and from a VBI). - [ ] Depends on #21 for correct restoring...
Now that we have DLI, it would be fun to also have VBI support. See discussion from here: https://atariage.com/forums/topic/302613-fastbasic-43-with-dli/?do=findComment&comment=4470227 Also, VBI should support calling external ASM code (i.e, to support...
Evolving the idea of implementing the bitwise shift operators I could suggest a syntax for such shifting: First of all, I think logical shift is a lot more used and...
Would it be possible to add an optional 4th parameter to MSET in order to to set every other byte or every 3rd byte etc.? eg. MSET address, length, value[,step]...
Apologies if I haven't read the manual properly :) Does FB have multi-dimension arrays? I tried dim a(9,9) and it threw up an error. I checked manual and it says...
inc 256
I was wondering if you could add a way of incrementing an integer by 256. I suspect this would be just like inc only you'd increment the hi byte instead...