From: Enoch <ix...@ho...> - 2013-04-07 13:51:07
|
Hello Matthias, May I suggest renaming the new implementation of imove ( i-addr len ram -- ) at lib/ans94/core/imove.frt to icmove: imove should be a variant of move, that is: "copy the contents of u consecutive address units". icmove should be a variant of cmove, that is: "copy u consecutive characters". Also, it seems to me that your implementation may cause ram buffer overflow. Regards, Enoch. |