Is there a way to find the number of used bytes in a section? I know
that UNUSED returns the number of bytes between HERE and the end of
the current section. What I want is the number of bytes between HERE
and the beginning of the section.
If XCapp5 (proposed cross-compiler standard) doesn't provide a way,
what would be common practice?
Brad