Hi Jan,

> Hello, I wont to include 2 asm files.It is for me the first time to
> do this.Can someone help me with a sugestion where to place these so
> the compiler is taken them. The files are: 2r_from.asm2to_r.asm
> Thanks in advance for anny help. 

edit your dict_appl.inc file and add the lines

.include "words/2to_r.asm"
.include "words/2r_from.asm"

at the end. Make sure, to add an empty newline, the assembler
needs it.

After that re-assemble and re-flash and the two words should
come up in the word list. The only error message should be an
"duplicate label" (or alike). In that case you've already the
words included from elsewhere (the hierarchy of the included
files is pretty complex...).

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