Releases: Ultrahead/SpeccyNextTools
Releases · Ultrahead/SpeccyNextTools
SNT v0.1
First version of the tools, only including lite versions of txt2bas and bas2txt that run on the latest .NET Framework.
Open a command-line terminal and execute them as follows:
txt2bas path/to/sourcefile.txt path/to/outputfile.bas
bas2txt path/to/sourcefile.bas path/to/outputfile.txt
The source is provided so you can re-compile them for your machine or target platform.
Enjoy!