From: Matthias T. <mt...@we...> - 2010-09-18 11:57:59
|
Pito, > Hi, > this is a Q I'am carrying with me for a long time and therefore I > would kindly ask you following: > 1. there is a lot of various dict_x.inc. From time to time I have to > add something somewhere. To be honest, I am not sure what I am > doing, as I put required .asm simply into dict_appl.inc somewhere.. Its ok. You can include include files as well. > 2. I saw some short description in the guide, but forget everything Well. > 3. Is there any hint or the way HOW to put everything into one BIG > dict_big.inc, so I simple compile absolutely everything I may found > in \core\words.. and maybe on other places? well. Your text editor program works? And can do copy/paste? Or maybe something like "copy dict_a + dict_b dict_big" (or similiar). I dont know whether the assembler(s) understand the "include *.asm" instruction. probably not. Matthias |