From: Erich W. <ew....@na...> - 2012-06-16 08:00:37
|
Hi Pito, On 06/15/2012 04:06 PM, pito wrote: > > Michael, is there any difference in whether I build a word via > xyz.asm or I compile it directly under amforth into its dictionary? > I mean whether there is a speed/size advantage/penalty related to > these two options ? Whether you compile a word into the dictionary, or whether you place this compiled word via .asm code directly into the dictionary --- the result in code is the same. The only difference is the handling. I sometimes prefer words placed directly via .asm files, because they are available immediately after flashing the amforth system. Cheers, Erich |