Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why is the AT90S8515 called a 8K MCU ?

called mcu
0
Posted

Why is the AT90S8515 called a 8K MCU ?

0

Answer Most CISC controllers have instructions that vary in size. Some instructions consist of a single byte, whereas others can be up to four bytes long. Most AVR instructions are two bytes long (a few are also four bytes), so the CPU does not have to fetch one byte at a time and determine when to start execution. In our code size benchmarks, we always compare the number of bytes. Hence, a C program that fills 8K in an 80C51, will certainly fit into an 8K AVR.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123