ppc750cl/README.md

15 lines
239 B
Markdown

# ppc750cl
Rust tools for working with the PowerPC 750CL family of processors.
### Python module
Build instructions:
```shell
python -m venv env
source ./env/bin/activate
pip install maturin
maturin build -m ./disasm-py/Cargo.toml
```