From: Marcel D. <mde...@my...> - 2007-03-03 11:21:08
|
Hi Windows users, AmForth is not limited to Linux users. Although the sources are written for the avra assembler, you can build amForth with Atmels AVRStudio, after half a dozen of minor changes. If there is interest, I can mail or post my approach. What about including the hex target files in the amForth download? To play around with amForth under Windows, I use NMITerm.exe as a terminal. It handles uploads automatically, (e.g. to compile sources like the hardware definition files into the target system). You only have to convert the source files from Unix style to Dos style (i.e. replace line ends LF (0x0A) with CR LF (0x0D 0x0A). The terminal installer NMITerm can be found at http://www.newmicros.com/ after clicking the "Downloads" button. -- derri |