2005-04-14 02:36 AM
2005-04-13 10:27 PM
Having upgraded to new software ST7DV, I find that a new format, or declaration priorty of instructions seems required where external 'constants.asm', 'subs' etc are used to make for structured progr. The order of asm files is now critical but now not a prob. I can get progs to build with no error, but with no recognition of external routines.
All in one file is ok, but not useful. Any detailed examples, as per the original software install, would be really helpful for this sad brain! As with life, it would be nice to have the time to read the manual!2005-04-14 02:36 AM
OK .. getting there.
remove the usual #include sub1,2.asm in main.asm else double defined error. get source files in correct order and life goes on! my st7flite29.asm does not have all segments defined in it. That would have helped earlier on.