ukcroupier
ukcroupier
There's no desperate need for it, INC is more of a bonus feature than a necessity. 15 bytes doesn't sound like a lot, so if it doesn't hinder your overal...
No problem, I was only using it to report info for debugging.
No, I'm not talking about variables but memory locations.
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 stop. Or...
Thx, I missed the note about AND (A.) abbrev. I was going to read about parenthesis, I knew something had happened with them :) If you use BOUND i'm guessing...
Yeah, the scroll is with 256 bytes per line. No problem, in a full program I always have the option to do a VBI with a bit of assembler if...
No problem, I've just used a variable as a pointer to split a single array into multiple sections. It would be more natural to have multi dimension arrays but it's...
You're an absolute star, I look forward to v5.0 Now I need to go read up about those DLIs, still haven't had time to figure them out - thanks.
Yeah, it's just for working with memory, moving things up and down screen when each line is a page. inc a is 3x faster than a=a+1 so I figured inc256...
I guess I could code stuff like this with offsets (as in attached file) but it's a bit of a pain. [TEST1.TXT](https://github.com/dmsc/fastbasic/files/3625117/TEST1.TXT)