I've got to hand emulators for several old systems which have BASIC interpreters which pre-date Microsoft's Altair one. I can't recall if they can do floating-point at all, or even if the rest of the code is compliant. I'll give them a test later in the week.
1
0
2
This version needs floating point basic. It is possible to alter it to run on integer basic, but that would need to be a different leaderboard, as floating point emulation is slow and part of the benchmark.
1
0
4
CHR$ could be an issue with some of these systems, due to them using a 6-bit character set instead of ASCII.
1
0
1