Hello Hannu, Hannu Vuolasaho <vuo...@msn.com> writes: > I've been trying to make array to EEPROM and use structs from there but it > seems to be hard express in forth with reasonable wording. > Like make array to eeprom with structures and access elements and their > fields from there > How this is done and should it be also in recipes?
The concept of structures in forth applies to any memory type and we already have a beautiful implementation, see: lib/forth200x/structures.frt Then we have Ebuffer: to allocate EEPROM memory. Good luck, Enoch. Disclaimer: I only used structures.frt with RAM. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel