From: Jan K. <kro...@ho...> - 2012-05-30 19:44:38
|
Hi Mathias, Thanks for this. It is working. How can I figure out wich words are not include? Cheers, Jan kromhout Sacharovlaan 3 3223HM Hellevoetsluis-NL Op 30 mei 2012 om 21:08 heeft Matthias Trute <mt...@we...> het volgende geschreven: > 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/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > |