Skip to content

Releases: Ultrahead/SpeccyNextTools

SNT v0.1

11 Feb 22:16
a071f15

Choose a tag to compare

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!