??? 06/12/08 20:54 Read: times |
#155775 - Memory Measures Responding to: ???'s previous message |
Alex Cos said:
What about the size of programs on ATMEL and 8051 are different? What does this meant? I dindt understood The 8051 Code space is a straight 64K bytes; The ATMega128 is 128K bytes, but it can only be addressed in 16-bit words - so it's a 64K word memory space. in other words, you can't just say that the ATMega128 has twice the program capacity of an 8051 - you're comparing apples & oranges! |