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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/01 13:31
Read: times


 
#9489 - RE: damned HTML
Hi Cory,

this is also a point, which I like on the 8051:

I can write code for the little AT89C2051 and the same hex file runs also on the big DS80C390.

But the different PICs have always different architecture (instruction set, memory architecture, word length).
So any hex file runs never on a different PIC member.
And most code must be rewritten for using into another derivate.
Maybe, with tons of assembler switches you can write software modules running on different derivates.

On the 8051 family the assembler wants never to know, which derivate you use, any written software can be reused on any other 8051 derivate.
Naturally, if the software access build in peripherals (ADC, DAC, I2C, CAN) these peripherals must exist.


Peter


List of 17 messages in thread
TopicAuthorDate
What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: damned HTML            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      
RE: What to learn? 8051 or PIC            01/01/70 00:00      

Back to Subject List