Michael, thanks! So there are dependencies..
Provided the xx.asm files contains an .org or something like that
the dict_ file must not be organised specificly, maybe..

E.g. first idea:
########## do not touch >>>>>>>>>>>>
dict_core.inc
dict_appl_core.inc
########## <<<<<< do not touch #####
above .incs are called by amforth.asm!!

"dict_big.inc" (following xx.inc means the content of
it,cleaned,merged):
*******************
dict_mcu.inc
dict compiler.inc
dict_usart.inc
dict_vm.inc
dict_wl.inc
user.inc
device.inc (? not needed??, why it does exist? why it defines words
as variables when those are constants (various reg addr)? - I am not
setting "WANT_" but loading atmega1284p.frt instead, thus this frt
would be fine to have in asm...)
words\*.asm 
*******************

Not sure about device.inc. Why we need it?

Pito












------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to