From: Matthias T. <mt...@we...> - 2012-10-16 17:09:32
|
Hi, >> \ older mcu's may need >> [undefined] TCCR0B [if] TCCR0 constant TCCR0B [then] >> [undefined] TIMSK0 [if] TIMSK constant TIMSK0 [then] >> .... >> >> That would not even require any external tool at all >> >> Volunteers welcome ;) (be aware: its not that easy >> as its seems to be). I just added >> http://amforth.svn.sourceforge.net/viewvc/amforth/trunk/lib/ans94/tools/bracket-conditional.frt?view=log >> it does not work in interactive mode however. > > That's based on a forth200x extension and I like it. Will you document > it (i.e., refcard) when it works in interactive mode as well? _when_ yes. Probably in the recipes sections. > A somewhat related question. Can this initialization and other > initializations be uninstalled (words removed) after execution to save > space? Not really. FORGET is not state-of-the-art and MARKER resets the whole dictionary, not a wordlist only. That makes an implementation of [IF] and friends on the host side (e.g. the shell) attractive, IMHO. Matthias |