Quick question regarding the correct use of sections and linking versus includes when using the GST or Quanta QMAC Assembler...
If I want to keep assembler code segments of a project in different files, but am not interested in fixed addresses and/or linking per-se, is the 'section' directive still relevant or usable, or does one just 'include' the various segments in a master file?
I've written a lot of single-file assembler code over the years, but never needed to spread assembler over multiple files before.
In my naivety, I added a 'section' directive at the top of one of my assembler files recently and both the GST and QMAC assemblers refused to assemble the file, with an error I didn't quite understand and the instruction manual didn't make the use of 'section', etc any clearer as it appears to assume a level of understanding I don't already have

Anyone care to enlighten me on this area? I'd be much appreciated!