Bas2Tap

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

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
- Added error messages when missing line numbers are found
- Added support for the #file preprocessor directive making it possible to link together more than one BASIC source code and get the right error messages