-
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
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