From: Charles S. <sum...@gm...> - 2012-05-01 18:30:18
You might look at Frank Sargeant's forth for the ARM - Riscy Pygness
http://pygmy.utoh.org/riscy/
-cheers
-chassum
On Tue, May 1, 2012 at 1:25 PM, Prof Braino <pro...@gm...> wrote:
> Hi all
>
> Can amforth run on cortex-M3?
>
> Has anyone done this?
>
> Thanks!
>
> --
> Sincerely,
>
> Prof.Braino
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amf...@li...
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
>
--
-chuck
* This sig intentionally left blank *
From: Matthias T. <mt...@we...> - 2012-05-01 18:38:34
Hi,
> Can amforth run on cortex-M3?
>From the FAQ (http://amforth.sourceforge.net/faq.html)
Does amforth run on hardware xy?
amforth is targeted to Atmel AVR Atmega controllers. It does not and
never will run on Attiny controllers or on completely different
architectures like PIC or 8051 etc. Work is currently under way to fully
support Atmels ATXMega's.
>
> Has anyone done this?
There are other forth's for ARM's e.g. gforth
HTH
Matthias