Rust tools for PowerPC 750CL
Go to file
Richard Patel 5207876164 temporarily disable broken crates 2022-04-07 01:29:45 +02:00
.github/workflows Fix CI 2021-08-17 01:21:08 +02:00
disasm temporarily disable broken crates 2022-04-07 01:29:45 +02:00
disasm-py switch from macro to ahead-of-time generated code 2022-04-06 15:13:55 +02:00
dol switch from macro to ahead-of-time generated code 2022-04-06 15:13:55 +02:00
flow-graph switch from macro to ahead-of-time generated code 2022-04-06 15:13:55 +02:00
fuzz switch from macro to ahead-of-time generated code 2022-04-06 15:13:55 +02:00
genisa genisa: remove matcher 2022-04-07 01:27:04 +02:00
rand switch from macro to ahead-of-time generated code 2022-04-06 15:13:55 +02:00
.gitignore Read from DOL 2021-08-22 04:09:51 +02:00
Cargo.lock temporarily disable broken crates 2022-04-07 01:29:45 +02:00
Cargo.toml temporarily disable broken crates 2022-04-07 01:29:45 +02:00
LICENSE Create LICENSE 2021-08-14 10:18:38 +02:00
README.md add Python module instructions 2021-08-17 00:53:29 +02:00
isa.yaml isa.yaml: use condition expressions instead of matchers 2022-04-07 01:25:20 +02:00

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