Hi Jan,

> 
> Hi Mathias, I have include in to the "dict_appl.inc" the last two words. 
> .include "dict_interrupt.inc"
> .include "dict_usart.inc"
> .include "dict_wl.inc"
> .include "dict_minimum.inc"
> .include "words/2to_r.asm"
> .include "words/2r_from.asm"

Final-New-Line missing? The assembler is a stupid tool ..

The assembler generates a .lst file. It is basically the content of all
asm files and the generated machine code. Check this file for the
two words. If you find them, the words are in the hex files and you
probably pick the wrong hex file for flashing the controller.

If they are not part of the lst file you should carefully check
this file: which files are included and what's their content.
Esp look for dict_ files and where they come from.

Matthias

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to