From: Matthias T. <mt...@we...> - 2012-05-22 15:17:06
|
Hi Jan, > When I have flashed a version on the arduino witch files and in what order > should I load them to get a minimum ans system? Most of the ANS words are already in the flashed code. Many remaining words are available as forth source code, you may want to check lib/ans94 directory. I cannot tell you what particular order is needed. Some files depend on others (e.g. marker depends on postpone), but thats easy to check from the sources itself. The file lib/run-hayes.frt may be helpful since I use it to run a Hayes CORE check from time to time (every few releases....) Matthias |