From: Matthias T. <mt...@we...> - 2013-04-10 18:58:37
|
Hi, > May I suggest renaming the new implementation of imove > ( i-addr len ram -- ) at lib/ans94/core/imove.frt to icmove: Uhm. The naming I'd like to delay. There are some efforts to get a consistent naming convention for memory accesses. One example is http://www.forth200x.org/memory-2010-06-26.txt > Also, it seems to me that your implementation may cause ram buffer > overflow. The code copies flash cells. That may overrun the RAM if an odd number of bytes is transferred. Thats bad indeed. Matthias |