Skip to main content
Visitor II
April 14, 2005
Question

Structured Asm build query

  • April 14, 2005
  • 2 replies
  • 745 views
Posted on April 14, 2005 at 11:36

Structured Asm build query

    This topic has been closed for replies.

    2 replies

    dave6Author
    Visitor II
    April 14, 2005
    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!

    dave6Author
    Visitor II
    April 14, 2005
    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.