ppci icon indicating copy to clipboard operation
ppci copied to clipboard

A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python

Results 63 ppci issues
Sort by recently updated
recently updated
newest added

When reading https://ppci.readthedocs.io/en/latest/reference/codegen/registerallocator.html , I was surprised that corresponding .rst file is almost empty: https://github.com/windelbouwman/ppci-mirror/blob/master/docs/reference/codegen/registerallocator.rst , and the contents comes fully from the corresponding .py module, https://github.com/windelbouwman/ppci-mirror/blob/master/ppci/codegen/registerallocator.py It doesn't seem...

The project is absolutely great, I don't know how I missed it previously (I'm aware of https://github.com/ShivamSarodia/ShivyC for example). But looking at the commit history to get an idea of...

The description and readme state that PPCI supports ARM, however ARM is a very diverse ecosystem involving multiple different sub-architectures, instruction sets and ABIs that may or may not be...