naken430asm provides a development kit for the Texas Instruments MSP430 line of microcontrollers. It currently includes a cross-platform command-line assembler, disassembler, and simulator with no external dependencies.
| Tags | assembler |
|---|---|
| Licenses | GPL |
| Operating Systems | Linux Unix Windows Mac OS X |
Recent releases


Release Notes: Fixes for reading ELF files into the disassembler / simulator.


Release Notes: Improvements in .db and .dw, lst output, comments in macros, and a fix for the addc instruction.


Release Notes: Support was added for creating ELF files. The behavior of .db was changed so it works better with unaligned data.


Release Notes: .macro and .endm were added as an option to replace #define's. The assembler now deletes hex files for failed assemblies. Other small cleanups were done.


Release Notes: The include file for the msp430g2231 used in the Launchpad was updated. More sample code was posted.