You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using MIPS as a reference, I checked what was required for supporting an architecture. It seems that, other than the llvm includes (which I assume are pulled straight from the project), there are only a few other areas of work that are required:
Adding the definitions for the architecture to common files (ex. keystone.h)
Adding references to the target in build scripts
Adding bindings for supported languages
Adding test scripts
If I were to add support for a target, is there anything else required that I'm missing?
The text was updated successfully, but these errors were encountered:
Using MIPS as a reference, I checked what was required for supporting an architecture. It seems that, other than the llvm includes (which I assume are pulled straight from the project), there are only a few other areas of work that are required:
If I were to add support for a target, is there anything else required that I'm missing?
The text was updated successfully, but these errors were encountered: