ppc750cl/README.md

15 lines
239 B
Markdown
Raw Normal View History

2021-08-07 17:59:07 -07:00
# ppc750cl
Rust tools for working with the PowerPC 750CL family of processors.
2021-08-16 15:53:29 -07:00
### Python module
Build instructions:
```shell
python -m venv env
source ./env/bin/activate
pip install maturin
maturin build -m ./disasm-py/Cargo.toml
```