A Cowgol compiler for 8080/Z80 CP/M
Project description
ucow
A Python-based Cowgol compiler targeting Z80 CP/M.
Usage
# Compile a Cowgol source file to Z80 assembly
python3 -m src.main source.cow -o output.mac
# Assemble with um80
um80 output.mac
# Link with ul80
ul80 output.rel -o output.com
Requirements
- Python 3
- um80 (Z80 assembler)
- ul80 (linker)
- cpmemu (for testing)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ucow-0.2.0.tar.gz
(96.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ucow-0.2.0-py3-none-any.whl
(104.6 kB
view details)
File details
Details for the file ucow-0.2.0.tar.gz.
File metadata
- Download URL: ucow-0.2.0.tar.gz
- Upload date:
- Size: 96.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e06fae796b1ba77fc099bc32d08747dd62d0e061e95f927b9ca3dcbd1fbdf2
|
|
| MD5 |
60a50395bc13b37f60ba41f90c5ad3c1
|
|
| BLAKE2b-256 |
5f212a4fd9c8a5fc841ae82fd44205dc599297bf117599cf7e2e855e799ea3e8
|
File details
Details for the file ucow-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ucow-0.2.0-py3-none-any.whl
- Upload date:
- Size: 104.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2301e75581285ced61513aa97e0c22e00644376f8f9346ac26479d52ab695259
|
|
| MD5 |
52025b984ebe9cda477d2748f9c799ba
|
|
| BLAKE2b-256 |
4295d125701686e994b0dd721b92c43bf8cbd7a23b34baa45d454ce29771f29d
|