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's execution time. Or, to make it easier, given a delay loop like this:
for (i = 0; i < 10000; i++);