From: <ha...@hu...> - 2007-03-01 18:56:48
|
2007/3/1, pix <pi...@te...>: > i just spent some time playing around with amforth. so far, the fruits > of my labour don't go much further than the uC hello-world equivalent of > blinking an LED, but i have written it up anyhow incase anyone is > interested in a really basic example: > > http://libarynth.fo.am/cgi-bin/view/Libarynth/AmForth Cool, a Wiki! Matthias, would you think that an amforth Wiki would be good? I mean, one that is linked from your project page or even one that _is_ your project page? > ideally i would have things like PORTC and DDRC as constants, and a word > for building the right bitmask, but one step at a time, this is my first > forth ;) There are constants for the supported CPUs in the devices/ directory. Cut and paste the file to your Atmel, off you go! Cheers, Hans |