Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSo what part of the compiler/linker looks at the section type? Depending on the section type, different assembly is emitted, correct?
Would it be possible to create a new section type, whose meaning is that anything in this section can be guaranteed to be within 64k of 0x0? Then I could emit assembly that reference data from this section to not use the movhi. Is it possible to restrict section types to specific regions in a RAM?(