-
BBC Basic provides the ENVELOPE command to compliment SOUND. Looks like there is a pull request in VDP to provide enhanced sound functionality, so perhaps it can be utilized for this request. Not su…
-
As of V0.16 there is no support for *SPOOL [OUTFILE.TXT] and *EXEC INFILE.TXT which makes it difficult to get BBC BASIC source code in and out of the emulator from NextZXOS text files given that the .…
-
Having `438781` bytes of memory available for a BASIC program is a wonderful thing, but I'm now wondering if there are any other known limitations in Agon BBC BASIC ADL that a BASIC program can run af…
-
A new version of ClockSP was released. Discussion at: https://stardot.org.uk/forums/viewtopic.php?p=379781#p379781
Running on B-Em both BBC and BBC Master with BASIC IV (MOS 3.2) report runing slo…
-
New Agon Lights are being shipped with 1.03 but this repo still includes firmware (i.e. BBC BASIC for Z80 plus example and test files) that is incompatible with 1.03.
I have seen several new users …
-
When run, the following code results in a `No such variable at line 110` error:
```
100 REPEAT
110 READ A%
120 UNTIL A% = 255
130 DATA 1:REM
140 DATA 255
```
If you remove the `REM` from lin…
-
It would be helpful to people less familiar with BBC BASIC if invalid operators were highlighted in red like many other invalid cases are - especially for cases which are valid in other BASIC dialects…
-
The BBC BASIC SOUND command documentation says that specifying a duration of -1 should result in sound playing forever, however the VDP does not currently support this. Assuming I've understood the c…
-
This repository currently tracks the current [official Agon Light version of BBC BASIC](https://github.com/breakintoprogram/agon-bbc-basic), which is limited to 16-bit addressing, and thus is restrict…
-
Hi - I hope these are useful reports, but cpicom appears to lock with no diagnostic output.
## BBC BASIC
from [BBC BASIC (Z80)](https://www.bbcbasic.co.uk/bbcbasic/z80basic.html):
A> bbcb…