rem’s avatarrem’s Twitter Archive—№ 73,141

    1. 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.
  1. …in reply to @rem
    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.