From: Matthias T. <mt...@we...> - 2012-05-31 19:30:45
|
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 |