Best Of
-
Re: Pointer variable type
I think we're safe. A little Googling suggests that on both x86-64 and aarch64 architectures virtual addresses are normally limited to 48 bits (4K pages) and the maximum possible is 52 bits (needing …1 -
Re: Testers wanted for BBC BASIC (Z80) version 5
It sounds to me like following that manual, so far as practical, would be a good path, so that's (presently) my vote.1 -
Re: Combining *REFRESH with WAIT
I adopted the 'don't make incompatible changes' policy when my BASICs were still quite young! For example I discovered the ADVAL bug in BB4W quite early on, but have never fixed it to this day (proba…1 -
Re: Download of BBC BASIC for SDL 2.0
DLL files are Windows shared libraries, they are used by the EXE to provide the various SDL capabilities and aren't meant to be opened directly. The types of files you can open are the .bbc files, of…1 -
Re: VDU variable anomaly
From the observed behaviour it seems that outputting a character in VDU 5 mode changes the 'current' graphics coordinates but not the 'new' coordinates - which I deduce are probably only changed by P…1