agon-bbc-basic-adl
agon-bbc-basic-adl copied to clipboard
Official AGON QUARK Firmware: BASIC Interpreter (ADL version)
if press 2 then give number for example 10 then it works if press 3 then give number then does't work sofar dont now how make it global Grid%(10,40) 1...
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...
I'm presently working on the Bidirectional Packet Protocol (BDPP) for the Console8 (and any other Agon platform), which affects both the MOS and VDP for it. When BDPP is activated,...
Fault with following directives: `IN0` - does not prefix output with ED `OUT0` - does not prefix output with ED `LD rr,(HL)` - does not assemble, where rr = BC,DE,HL,IX,IY...
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...
When I tried to move to bbcbasic24 due to memory issues, my program stopped at the first RESTORE nnn statement. The issue can be reproduced with the following test program...
Hi, I just started testing of new Agon Olimpex Light2, I tried to use example programs "LIFE.BBC": 1) I tried to change the screen resolution (character rows and columns) by...
Attempting to open a file where the filename includes a space using either the `LOAD` or `CHAIN` keywords will fail reporting `Could not find file`. For instance `LOAD "prog file.bas"`...
Hi Dean, I have been encouraged by the man himself, Mr R.T. Russell, to make contact. 😄 First, just let me express my appreciation for your BBC-Basic work to make...
When trying to load a program from a *.BAS file with non-ASCII characters (like '£') inside string literals, the line containing that character is loaded incorrectly.