7b63bfa533 | ||
---|---|---|
.github/workflows | ||
codegen | ||
disasm | ||
disasm-py | ||
dol | ||
flow-graph | ||
fuzz | ||
macros | ||
rand | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
ppc750cl
Rust tools for working with the PowerPC 750CL family of processors.
Python module
Build instructions:
python -m venv env
source ./env/bin/activate
pip install maturin
maturin build -m ./disasm-py/Cargo.toml