Question:
There are two different memory models - Small and large. Customer wants to link 9 pieces
of code with the small model and 1 piece with the large model. Can he link with the small
model and the large model in the same executable? :
Answer: Try forcing the order of the .bss
sections with the small model sections first. You can use the {} syntax to create super
sections to do this.