• Speed comparison?
    Hi! Is there any estimate on how many times faster a 80166 (20MHz) would be compared to an 8051 (12MHz)? I am just looking for a general estimate, not specifically looking at this or that function...
  • Cycle Comparison
  • Cycle Comparison
  • Speed comparison?
    Hi! Is there any estimate on how many times faster a 80166 (20MHz) would be compared to an 8051 (12MHz)? I am just looking for a general estimate, not specifically looking at this or that function...
  • Comparison not true
    Hi Guys, I'm writing my own TCP/IP Stack. I've got following structure: typedef struct __attribute__ ((packed)) { uint16_t type : 16; uint16_t protocol : 16; unsigned char hw_size : 8; unsigned...