prg2tap

Convert KickAssembler prg object code to Oric tap file


License
MIT
Install
pip install prg2tap==0.0.3

Documentation

Convert KickAssembler .prg object code to Oric TAP format

Dependencies

Installation

pip3 install prg2tap

Usage

prg2tap < object.prg > object.tap

Where object is the name of your object code.

Testing

Run unit tests with:

pytest