Let's build an MSP430 disassembler in Rust (part 4)

Опубликовано: 25 Март 2026
на канале: Joe Rozner
45
1

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 finishes implementing the decoding for single operand instructions with the implementation of the addressing modes for the SR and CG registers. After we complete the refactoring discussed in part 3 where we rewrite the entire internal representation of an instruction.

Code can be found at https://www.github.com/jrozner/msp430....