Best Of
-
Re: Testers wanted for BBC BASIC (Z80) version 5
In the tools I'm using only the first six characters of a symbol are significant, that's why it's supposed to be ELLIPS (not ELLIPSE) throughout, like BRAKET (rather than BRACKET) etc. But that one s…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Oh, that's a pain (from a testing perspective). I seem to be running the latest version (4.19, 1st May 2023), do you believe the developers are aware of this bug? Hmm, I didn't think any of the earli…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
On my Windows 11 laptop mem%% is &20F42B71314 - definitely not in a 32-bit-addressable range! Luck, I imagine. But after that 'false start' it does seem to be working, and it's going to make a hu…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Thank you. I find it useful, especially in test programs, to check that there has been no stack leakage. For example to confirm that EXIT doesn't leave anything on the stack I can compare the values …1 -
Re: EXIT statement
There's very little code needed to implement it in my BASICs (one reason why it got included in the new Z80 version) because to 'search forward' to find the end of the loop it simply calls the same r…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Yes, turning it around works.1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
It's great that you were able to revisit it, and add something significant to it. I think we can say the funding isn't looking promising. For me, as a last resort, I'd be prepared to contribute a pro…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Ah OK, fair enough (I'm quite pleased really because I wouldn't have wanted to be responsible for distributing any of Microsoft's products without permission!). However not everybody is so scrupulous…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Having received no further reports of bugs (of course I have no idea how much testing has actually been done!) I have created a repository on GitHub here. This version currently announces itself as 5…1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
Many thanks for sharing the code and giving it a nice unique version number! It does feel good to me to have these improvements to hand.1