On 08/19/2010 08:46 PM, Leon Nathaniel Maurer wrote:
> I wanted to install MARKER on my device, but the definition in lib/ans94 use
> SET-CURRENT, which mysteriously seems to not be in my dictionary but is in
> core/words. (Other words are missing too, like SET-ORDER).
>
> How can I correct this?

in dict_appl.inc you add a few lines like
.include "words/set-current.asm"
.include "words/set-order.asm"

reassemble forth an burn it to your device again.
They are missing probably because they are not absolutely neccessary to run
amforth, however, using marker runs up against this.

Cheers,
Erich

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Amforth-devel mailing list
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to