This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARMv8-A instruction set

Hello guys,

ARM ARM documentation (ARMv8-A) describes mostly everything about instructions decoding, but data there are not safe for parsing. So I was wondering  if there is a parsable format (JSON, XML, PlainText,...) of ARMv8-A instruction set ? 

 

Thankyou,

Mahdi.

Parents Reply Children
  • Nice to hear that. BTW, I was able to parse the AArch64 instructions, and stored data in JSON file (here). Also there is a version for AArch32 too (made by another developer) but there is some missing instruction and many buggy instructions. We was thinking to merge the two architecture but still there is a lot of drawback (AArch64,AArch32). If ARM releases an XML that would help a lot.