Re: [Flashforth-devel] Pick for Atmega
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2015-05-17 13:17:45
|
Thanks. I will add it to the distribution. BR Mike On 17.05.2015 14:23, Pablo M. Muñoz wrote: > Hello, > > I found that pick is no longer in core.txt. I suppose that the cause is > that stack implementations change between proccesors, so now we need a > different pick for each one. > > Just my humble contribution: > > \ xu ... x0 u -- xu ... x0 xu > : pick 2* sp@ + @ ; > > Tested with FF5.0 on an ATmega328p. > > 73, Pablo - EA4FUK > |