From what I see, there's armv7::InstDecoder and armv8::InstDecoder already.
I'm interested in developing for the ARM7TDMI which is an ARMv4, so it would be great to have an armv4::InstDecoder in this crate. But I don't know enough about later ARMs to know if armv7::InstDecoder will do the trick for me.
From what I see, there's
armv7::InstDecoderandarmv8::InstDecoderalready.I'm interested in developing for the ARM7TDMI which is an ARMv4, so it would be great to have an
armv4::InstDecoderin this crate. But I don't know enough about later ARMs to know ifarmv7::InstDecoderwill do the trick for me.