From: pix <pi...@te...> - 2007-03-01 18:50:21
|
hi, 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 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 ;) also, how do i delete a word? from my learning and experimenting i have lots of multiply defined BLINK words ;) thanks, pix. |