MSP430 is a low powered RISC architecture created by TI for embedded systems and is also the architecture used by the microcorruption binary exploitation based wargame. This session implements instruction printing for all instructions, including emulated. This completes the implementation of the disassembler. Future work will move toward implementing the Binary Ninja plugin and adding assembler support.
Code can be found at https://www.github.com/jrozner/msp430....