From: pito <pi...@vo...> - 2010-09-19 10:28:01
|
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 |