Re: [Flashforth-devel] free flash memory on atmega devices
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2016-04-05 20:05:16
|
So now FlashForth has extended memory fetch and store words. X@ and X! These can fetch and store 16-bit cells from/to any address in flash. Except the kernel cannot be stored to. The address is a direct unmapped address. Tested on Atmega and PIC24. Some testing still required on PIC18, but since I don't have any chips with large memory I cannot test. BR Mikael On 16.11.2015 19:33, Donald Golding wrote: > I don't think a 32 bit version of FlashForth would be necessary. You > can build a very complex application in Forth just using the 16 bit > implementation. > > If you need a request for extended memory words, I will vote yes they > are needed. Users can then put arrays, small databases of sensor data > logging, etc. in this space... |