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.1.0.tar.gz
(95.8 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.1.0-py3-none-any.whl
(104.0 kB
view details)
File details
Details for the file ucow-0.1.0.tar.gz.
File metadata
- Download URL: ucow-0.1.0.tar.gz
- Upload date:
- Size: 95.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62eac03af2a9b4bbc01f843565a7e3ef5b8dc365abe65af4ee711426b0b06130
|
|
| MD5 |
21ab6c58aa7ad465f453b66611271484
|
|
| BLAKE2b-256 |
c2163349ce9347f57367618972db346d5512f5d5bc9a6576fd4eb9c8ce91ddef
|
File details
Details for the file ucow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ucow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 104.0 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 |
3756e973cfbf874e57247eb19a677e890a700f0a8079895b3c2e9ae7b78a5d54
|
|
| MD5 |
5384a73ce4e2f17a5cc363a7bb8e1136
|
|
| BLAKE2b-256 |
e5290ae10fea151f07bbbf90aa5440e2e6269ede1f11ebc3a3ba1095cfecf205
|