gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
673 stars 157 forks source link

Add basic support for E2K architecture #727

Closed numas13 closed 2 months ago

numas13 commented 2 months ago

I'm writing a disassembler and need support for this architecture.

philipc commented 2 months ago

What source did you use for these definitions?

numas13 commented 2 months ago

From glibc (opene2k-mirror-git, mcst-link). It's not in an upstream yet.