Hi Hannu

> To memory it could be done with variable or buffer: 
> 
> To use eeprom, I would have to use value.

Does http://amforth.sourceforge.net/recipes/eeprom.html answer
(some) of your questions? At least Ebuffer: is worth
thinking about, /Yes that recipe is brand new)

> : neededtrick jump forward in definition ;
> 
> : my_data@ ( index -- data )
> neededtrick 
> \ Or something like cells latest + 2 0 do dup @ swap loop exit
> $1234
> $5678
> exit
> $9012
> $3456
> exit
> ...
> ;
> 
> Does anyone has any good ideas about this or good warnings?

You may want to look into the file lib/sinus.frt. There you find
an flash based table to interpolate the sinus function.

Matthias


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to