Datasheet
Page 10
The memory model determines which
default memory type will be used for
function arguments, automatic variables,
and declarations that include no explicit
memory type.
Since our project is very simple, we will
choose the Small memory model. In this
model, all variables, by default, reside in
the internal data memory of the 8051
system. Variable access in this memory
modelisveryecient.
Step 2 - Memory model
Figure 3-5: Choose the memory model. “Small” is the best choice for our project.
02
01
Select Small memory model.
Click Next.
01
02