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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/24/07 15:39
Read: times


 
#139760 - Proprietaries
Responding to: ???'s previous message
Tomas Dabasinskas said:
If I try to compile the same program using different tools I'm getting errors,

Of course you will!

All that assembler stuff cannot possibly be standard 'C', so you should assume that it will be non-portable.

Even if the assembler itself were portable, calling conventions are compiler-specific - so what works with one compiler should not be assumed to be the same for another.

All this messing about with the stack and processor registers within a 'C' file is a Really Bad Idea!!

:-0



List of 12 messages in thread
TopicAuthorDate
serial communication with 8052 in c#            01/01/70 00:00      
   C# is for PCs            01/01/70 00:00      
   it can NOT be included without you having source o            01/01/70 00:00      
      full source code            01/01/70 00:00      
   Proprietaries            01/01/70 00:00      
      back to uart            01/01/70 00:00      
         examples for sdcc            01/01/70 00:00      
            sdcc            01/01/70 00:00      
            works            01/01/70 00:00      
         Keil - maybe not            01/01/70 00:00      
            end            01/01/70 00:00      
            ...but the Keil examples might be good for SDCC...            01/01/70 00:00      

Back to Subject List