Set of MC-10 tools
Project description
mc10-tools
This is a simple collection of tools to assist with developing software for the TRS-80 Microcolor Computer MC-10.
Installation
git clone https://github.com/jamieleecho/mc10-tools.git
cd mc10-tools
python3 setup.py
Tools
c10tobas
Usage: c10tobas [OPTIONS] INPUT_FILE OUTPUT_FILE
Extract and detokenizes the *.bas file in INPUT_FILE and stores it in
OUTPUT_FILE
Options:
--version Show the version and exit.
--help Show this message and exit.
bastoc10
Usage: bastoc10 [OPTIONS] INPUT_FILE OUTPUT_FILE
Tokenizes the given *.bas file specified byt INPUT_FILE, outputing the
result into a *.c10 file specified by OUTPUT_FILE.
Options:
--version Show the version and exit.
--help Show this message and exit.
Developing and Testing
# Build the docker image
docker-compose build test
# Run tests using the source on the docker image
docker-compose run test
# Run tests using the source on the host computer
docker-compose run testv
# Run a shell using the source on the docker image
docker-compose run bash
# Run a shell using the source on the host computer
docker-compose run bashv
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mc10-tools-0.8.tar.gz
(9.6 kB
view details)
File details
Details for the file mc10-tools-0.8.tar.gz
.
File metadata
- Download URL: mc10-tools-0.8.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1966af2dea6e29920b835dd809c2b52b6a59e933031c993bbcf68ae45b7fb9b5 |
|
MD5 | 2d95054d29ab7762f436bf5f29b5bd97 |
|
BLAKE2b-256 | 01f3448eee75a0ef5f9b19cfb83cc0c28e112e6d3bb8aa56427ccc40bf0bd4de |