Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/10/08 21:16
Read: times


 
#158964 - Limitations
Responding to: ???'s previous message
Igor: "Limitation of maximum 255 segments per module and maximum 255 external symbols."
- These are not such a brick wall, and it is better to at least make the industry standard work to these limits.
255 segments is not a practical limit, and 255 external symbols can be made more workable, by a simple test : If the external is NOT referenced, do NOT include it in the external list.
That means you can scan/compile well over 255 externals, but ONLY the ones actually referenced in your module, need to generate an external record.
Doing this means most projects will fit inside the ONF51 standard.

List of 15 messages in thread
TopicAuthorDate
Extended OMF-51 specification            01/01/70 00:00      
   Keil            01/01/70 00:00      
      OMF-51 object file import/export            01/01/70 00:00      
   Why not CDB format            01/01/70 00:00      
      Or any standard            01/01/70 00:00      
         use it in the debugger            01/01/70 00:00      
      the question is then...            01/01/70 00:00      
         SDCC supports part of extended            01/01/70 00:00      
            Is that true?            01/01/70 00:00      
               not quite            01/01/70 00:00      
                  That's what I thought!            01/01/70 00:00      
         Thanks            01/01/70 00:00      
            What features are you missing in "orig" OMF51?            01/01/70 00:00      
               Limitations            01/01/70 00:00      
                  Limitations            01/01/70 00:00      

Back to Subject List