Somewhere in extra is an 8080 emulator written by Chris Double that can even play simple game ROMs like Space Invaders.
If it has fallen out of maintenance it will be in the unmaintained folder in the main source tree. On 10/11/09, Samuel Tardieu <[email protected]> wrote: >>>>>> "Hugh" == Hugh Aguilar <[email protected]> writes: > > Hugh> Forth only ships a relative handful of words that have > Hugh> been found to be widely useful. One of these is star-slash the > Hugh> scalar. It is called that because it is typically used for scaling > Hugh> integer arithmetic. You use continued fractions to find rational > Hugh> approximations for real numbers, and this allows you to use > Hugh> integer arithmetic for the kind of calculations that are normally > Hugh> done in floating-point. > > The main advantage of */ is that it uses a double width for the > intermediate result. > > Hugh> A more modern microprocessor such as the PIC18 is also pretty > Hugh> simple, and would be another reasonable choice. > > PIC18 with their unique work register are pretty awful to work > with. Trust me, I've written a Forth compiler for this architecture... > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- Sent from my mobile device ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
