As a BBC BASIC for Agon developer
I want to be able to determine which version of BASIC I am running on
So that my code can adjust its behaviour at runtime
Background:
In issue #1 Error in Lemmings Demo it was determined the fault was caused by code designed for the Z80 version of BBC BASIC. The solution was to manually change the base address to &0. Ideally, the code should be able to do this automatically by determining whether it is running on the 16 bit or 24 bit version of BBC BASIC.
As a BBC BASIC for Agon developer I want to be able to determine which version of BASIC I am running on So that my code can adjust its behaviour at runtime
Background:
In issue #1 Error in Lemmings Demo it was determined the fault was caused by code designed for the Z80 version of BBC BASIC. The solution was to manually change the base address to &0. Ideally, the code should be able to do this automatically by determining whether it is running on the 16 bit or 24 bit version of BBC BASIC.