Add msp430 architecture#5868
Conversation
|
In the process of merging this. There are a bunch of changes that were required to get this to play nicely with CI and load at the appropriate time as a core plugin, rather than user plugin, but that wasn't bad. The main problem I'm now working through is that there are a number of crashes while loading even just the code examples from TI. One of them is actually in DWARF debug info parsing, which I now have fixed and is our fault. But, there are a number of emitted warnings and a crash on |
|
I can take a look at it a bit later tonight or tomorrow probably. The disassembly should be very accurate and is well tested. The lifting is less so. Unless there are edge cases that are being missed, fixing the macros should be fairly straight forward and just fix the lifting for all relevant instructions. Most of this was tested on toy firmwares I wrote or micro corruption levels. So there maybe parts that were not exercised extensively. |
|
I think we might be okay. Your constant generator decoding appears to be accurate, so I just added a |
|
With some additional fixes, this has now been merged. Unfortunately, a different issue is preventing it from shipping out to customers at the moment. It should be included in all editions except Free starting in builds >= Thanks! |
No description provided.