asm-lsp icon indicating copy to clipboard operation
asm-lsp copied to clipboard

Add support for arm / arm64 instruction sets

Open bergercookie opened this issue 2 years ago • 0 comments

This is a placeholder ticket to look at extending asm-lsp to also output information for arm/arm64 instructions

ARM is publishing architecture specification documentation in PDF/HTML and XML forms so we should be able to parse that info and populate our Instruction / InstructionForm instances.

Here's some resources to learn more about it

https://developer.arm.com/downloads/-/exploration-tools https://github.com/alastairreid/mra_tools https://alastairreid.github.io/dissecting-ARM-MRA/ https://alastairreid.github.io/ARM-v8a-xml-release/ https://alastairreid.github.io/arm-v8_3/ https://alastairreid.github.io/specification_languages/

bergercookie avatar Sep 30 '23 17:09 bergercookie