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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/26/01 22:16
Read: times


 
#11964 - RE: 8051 C Compiler Design
If you just wanted to write your own first compiler, I'm not sure that the 8052 would be a good target to start with.
The 8052 imposes particular challenges to the 'C' compiler writer - especially the very limited hardware stack, which renders the "normal" approach to parameter passing and automatic local variables impractical.
Might be better to start on something more "mainstream" before you start worrying about extensions for bit-addressing, SFRs, DATA/IDATA/PDATA/XDATA, etc, etc.

List of 12 messages in thread
TopicAuthorDate
8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      
RE: 8051 C Compiler Design            01/01/70 00:00      

Back to Subject List