-
For reasons that are only explained as "because I can" - I'm writing a browser based editor for ZXSpectrumNext that allows me to decode and encode .bas files. Which involves lots of byte walking in JavaScript, which apparently I like doing.
-
ZXSpectrumNext I didn't realise that .bas files weren't "just text". They use high bytes for the BASIC commands (totally makes sense), ie 0xF5 is PRINT - just always assumed it was plain text.