Commit Graph

8 Commits

Author SHA1 Message Date
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
jasper
150a15179b - update to 2011-10-30 2012-05-28 12:05:09 +00:00
jasper
230e15d043 - update to naken430asm 2011-05-30 2011-06-16 08:53:36 +00:00
jasper
613a1ee084 - bugfix update to 2011-04-28 2011-04-29 06:46:06 +00:00
jasper
1b30818661 usage of SUBST_CMD wasn't needed here, so use MAKE_FLAGS instead. prevents
unneeded substitutions in PLIST too.
2011-04-28 21:27:31 +00:00
jasper
6b93577fce - update to 2011-04-23 2011-04-28 21:18:47 +00:00
jasper
7fe89810a9 - adjust INCLUDE_PATH
- tweak PLIST
2011-04-27 15:15:22 +00:00
jasper
a9ce35b660 import naken430asm into the correct dir this time.
This is an open-sourced assembler / disassembler / simulator for the
MSP430 series of microcontrollers from Texas Instruments. The goal of
this project is to have a completely cross-platform assembler with the
exe (naken430asm) under 50k and to have a cross-platform disassembly
utility (naken430util) along with it to help with debugging and a bit of
profiling. The naken430util, when disassembling, shows how many CPU
cycles each instruction will take and it has a built in simulation to help
show how the binary code will flow on the chip and how many cycles it
will take to execute.
Code from this assembler can be uploaded to the device by installing the
mspdebug package.

ok aja@
2011-04-05 08:44:22 +00:00