Description
This program can be used to convert an Oric BASIC program to and from TAPE binary format. Technicaly this means that instead of using the Oric BASIC line based text editor, you can edit an ORIC BASIC program entirely in a comfortable text editor, and then convert it automaticaly to a tape file format that can later be loaded on the emulator -or played on a real Oric-.
Utilisation
To transform a binary file as a texte file:
%OSDK%\bin\Bas2Tap [switches] source_file destination_file
Switches
With the -t2b switch Bas2Tap converts a binary encoded tape to text format:
-t2b tapefile textfile
The -b2t[0|1] switch convert a text file to binary encoded tape format
-b2t0 textfile tapefile => Generate a TAPE file that do not auto run after the loading is finished (you have to manualy use the RUN command) -b2t1 textfile tapefile => Generate a TAPE file that auto run after the loading is finished
History
Here is the list of all releases with a short description of things that changed:
Version 0.001
- Created Bas2Tap by joining and extending two of Fabrice Frances programs: Bas2Txt and Txt2Bas