Skip to content

A mirror of the BAS2TAP utility by Martijn van der Heide, ThunderWare Research Center to convert ZX Spectrum BASIC into .tap format.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

carlosparamio/bas2tap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAS2TAP

A mirror of the BAS2TAP utility by Martijn van der Heide, ThunderWare Research Center to convert ZX Spectrum BASIC into .tap format.

This repo is a mirror of the source code that may be downloaded from https://worldofspectrum.org/tools/utilities (direct link).

It is provided in the hope that the code won't get lost if that site ever goes down.

I (Andy Balaam) added a Makefile for building on Linux, but otherwise have not made any changes.

Build

$ make
gcc -Wall -o bas2tap bas2tap.c -lm

Run

$ ./bas2tap

BAS2TAP v2.6 by Martijn van der Heide of ThunderWare Research Center

Usage: BAS2TAP [-q] [-w] [-e] [-c] [-aX] [-sX] FileIn [FileOut]
       -q = quiet: no banner, no progress indication
       -w = suppress generation of warnings
       -e = write errors to stdout in stead of stderr channel
       -c = case independant tokens (be careful here!)
       -n = disable syntax checking
       -a = set auto-start line in BASIC header
       -s = set "filename" in BASIC header

About

A mirror of the BAS2TAP utility by Martijn van der Heide, ThunderWare Research Center to convert ZX Spectrum BASIC into .tap format.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%