XEDParse is a library to parse MASM-like plaintext instructions to the XED instruction format. The library is meant to have quick access to assembly in certain low-level programs (such as debuggers).
Currently finished: - parsing most instructions to an internal data structure (XMM, float etc. unsupported currently); - translate the instruction base to XED2; - translate registers to XED2; - encode the translated structure; - translate values; - translate memory arguments;