cancel
Showing results for 
Search instead for 
Did you mean: 

Structured Asm build query

dave6
Associate II
Posted on April 14, 2005 at 11:36

Structured Asm build query

2 REPLIES 2
dave6
Associate II
Posted on April 14, 2005 at 07:27

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!

dave6
Associate II
Posted on April 14, 2005 at 11:36

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.